Skip to content

Commit

Permalink
add debugging to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Bisom committed Apr 16, 2024
1 parent fcaf69e commit 1c4a090
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
- name: Fetch container logs
if: always()
run: docker logs commonplace-backend-1
run: |
docker ps
docker logs commonplace-backend-1
- name: Cleanup
if: always()
Expand Down

0 comments on commit 1c4a090

Please sign in to comment.