Skip to content

Commit

Permalink
Dump container logs if ci-cd fails to create containers
Browse files Browse the repository at this point in the history
  • Loading branch information
MuchQuak committed Feb 5, 2025
1 parent fcb9724 commit 4f7e1aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
docker compose up -d --no-build
echo --- Containers Up ---
- name: Check Containers
- name: Debugging Container Failure
if: failure()
run: |
docker ps
docker logs symbiota-laravel-mariadb-1
Expand Down

0 comments on commit 4f7e1aa

Please sign in to comment.