mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-05 18:49:39 +02:00
github: add timeout when zipping log files
This commit is contained in:
parent
d67e6d5414
commit
b2f3cabc23
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -321,6 +321,7 @@ jobs:
|
||||
|
||||
- name: Zip log files on failure
|
||||
if: ${{ failure() }}
|
||||
timeout-minutes: 1 # timeout after 1 minute
|
||||
run: 7z a logs-itest-${{ matrix.name }}.zip lntest/itest/**/*.log
|
||||
|
||||
- name: Upload log files on failure
|
||||
|
Loading…
x
Reference in New Issue
Block a user