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:
Oliver Gugger 2020-05-12 10:06:22 +02:00
parent 338e12ecd0
commit e175a64540
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -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