Skip to content

Commit

Permalink
add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Bisom committed Apr 16, 2024
1 parent 23a5271 commit ea9a6e1
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 @@ -22,6 +22,9 @@ jobs:
- name: Build
run: |
docker image prune -a -f
ls -lah
ls -lah ./backend/src/
ls -lah ./backend/src/init_db/ # Confirm init_db.sql is present
docker-compose -f docker-compose-dev-ga.yaml down
docker-compose -f docker-compose-dev-ga.yaml up --build -d
env:
Expand All @@ -44,7 +47,6 @@ jobs:
if: always()
run: |
docker ps -a
docker-compose ps
docker image ls
df -h
Expand Down

0 comments on commit ea9a6e1

Please sign in to comment.