Don't tail the log output, it's available separately

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-10-27 07:57:28 +02:00
parent d7e249874e
commit e7aff760c2
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -120,7 +120,7 @@ jobs:
- name: Run integration
working-directory: build/integration
run: bash run.sh ${{ matrix.test-suite }}
run: bash run.sh ${{ matrix.test-suite }} no-tail-log
- name: Print logs
if: always()