Skip to content

Commit

Permalink
see postgres logs
Browse files Browse the repository at this point in the history
  • Loading branch information
croyfish committed Nov 12, 2024
1 parent 142c8c0 commit a65ab6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
- name: Show Database Logs
run: |
echo "PostgreSQL logs:"
docker logs $(docker ps -qf "ancestor=postgres:latest")
echo "MySQL logs:"
docker logs $(docker ps -qf "ancestor=mysql:5.6")
Expand Down

0 comments on commit a65ab6d

Please sign in to comment.