Skip to content

Commit

Permalink
tmp: print logs
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Oct 9, 2024
1 parent 50e221b commit 23151e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/behat-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ jobs:

- name: Behat integration
working-directory: apps/${{ env.APP_NAME }}
run: ./vendor/bin/behat --config=${{ env.BEHAT_CONFIG }} --profile ci
run: |
tail -f ../../data/nextcloud.log &
./vendor/bin/behat --config=${{ env.BEHAT_CONFIG }} --profile ci
summary:
permissions:
Expand Down

0 comments on commit 23151e0

Please sign in to comment.