mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Don't tail the log output, it's available separately
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
d7e249874e
commit
e7aff760c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-sqlite.yml
vendored
2
.github/workflows/integration-sqlite.yml
vendored
|
|
@ -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…
Reference in a new issue