mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
github: remove continue-on-error
The continue-on-error was added to make sure the log files of the failed itests would always be uploaded. But this has the side effect of marking the whole job successful, even if the itest job itself failed. The failure condition in the log file steps already solve that, so the continue-on-error is not needed anymore.
This commit is contained in:
parent
338e12ecd0
commit
e175a64540
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -257,7 +257,6 @@ jobs:
|
||||
|
||||
- name: ${{ matrix.backend }} integration
|
||||
run: make itest backend=${{ matrix.backend }}
|
||||
continue-on-error: true
|
||||
|
||||
- name: package logfiles
|
||||
run: tar -zcvf itest-logs-${{ matrix.backend }}.tar.gz lntest/itest/*.log
|
||||
|
Loading…
Reference in New Issue
Block a user