mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-29 03:01:52 +01:00
github workflow: save postgres log to zip file
This commit is contained in:
parent
150672d518
commit
29b683d256
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -297,7 +297,7 @@ jobs:
|
|||||||
- name: Zip log files on failure
|
- name: Zip log files on failure
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
timeout-minutes: 5 # timeout after 5 minute
|
timeout-minutes: 5 # timeout after 5 minute
|
||||||
run: 7z a logs-itest-${{ matrix.name }}.zip itest/**/*.log
|
run: 7z a logs-itest-${{ matrix.name }}.zip itest/**/*.log itest/postgres.log
|
||||||
|
|
||||||
- name: Upload log files on failure
|
- name: Upload log files on failure
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user