mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-30 01:30:11 +02:00
Merge pull request #6188 from yyforyongyu/timeout-7z
github: add timeout when zipping log files
This commit is contained in:
commit
f50950640f
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