diff options
author | Joas Schilling <coding@schilljs.com> | 2023-10-27 07:57:28 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-01-26 13:53:31 +0100 |
commit | e7aff760c2c20b702d558c696c865ab45915f69f (patch) | |
tree | 5ad19c429d35bc5ff139573568c9e64870ce68a9 /.github | |
parent | d7e249874eace8af05e1b4275cd0c9e6a9db421f (diff) | |
download | nextcloud-server-e7aff760c2c20b702d558c696c865ab45915f69f.tar.gz nextcloud-server-e7aff760c2c20b702d558c696c865ab45915f69f.zip |
Don't tail the log output, it's available separately
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/integration-sqlite.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration-sqlite.yml b/.github/workflows/integration-sqlite.yml index 596906f6fa5..0e903cf50d2 100644 --- a/.github/workflows/integration-sqlite.yml +++ b/.github/workflows/integration-sqlite.yml @@ -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() |