Skip to content

Commit 372faec

Browse files
committed
debug: add container logs output to troubleshoot healthcheck failures
1 parent 3cb4510 commit 372faec

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ jobs:
157157
sleep 30
158158
docker compose ps
159159
160+
- name: Show container logs for debugging
161+
if: always()
162+
run: docker compose logs
163+
160164
- name: Test Nginx reverse proxy
161165
run: |
162166
curl -k -f https://localhost/health || exit 1

0 commit comments

Comments
 (0)