Skip to content

Commit 60a2441

Browse files
committed
ci: Print nextcloud log in integration tests
Signed-off-by: Joas Schilling <[email protected]>
1 parent 8dbdd73 commit 60a2441

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/integration.yml

+5
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,8 @@ jobs:
115115
- name: Run behat
116116
working-directory: apps/${{ env.APP_NAME }}/tests/Integration
117117
run: ./run.sh
118+
119+
- name: Print logs
120+
if: always()
121+
run: |
122+
cat data/nextcloud.log

0 commit comments

Comments
 (0)