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

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/41139/head
Joas Schilling 7 months ago
parent d7e249874e
commit e7aff760c2
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

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

Loading…
Cancel
Save