Skip to content

Commit

Permalink
ZO-4513: Show server logs to aid debugging failures
Browse files Browse the repository at this point in the history
  • Loading branch information
wosc committed Feb 6, 2024
1 parent eba96d3 commit 4ed222c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/testrunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ jobs:
run: |
cd deployment
./batou deploy gha
- name: display log output
if: failure()
run: |
for i in deployment/work/supervisor/var/log/*.log; do
echo $i
cat $i
done
- name: bin/test
run: |
Expand Down

0 comments on commit 4ed222c

Please sign in to comment.