diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5e075c94a..81a3f83cc 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -112,6 +112,11 @@ jobs: working-directory: apps/${{ env.APP_NAME }}/tests/integration run: ./run.sh + - name: Print logs + if: always() + run: | + cat data/nextcloud.log + - name: Query count if: ${{ matrix.databases == 'mysql' && matrix.php-versions == '8.2' && matrix.server-versions == 'master' && github.event_name == 'pull_request' }} uses: actions/github-script@v6