mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-05 18:10:27 +01:00
Merge pull request #4276 from guggero/actions-failure
github: remove continue-on-error
This commit is contained in:
commit
8b09ac07d3
1 changed files with 0 additions and 1 deletions
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…
Add table
Reference in a new issue