Skip to content

Commit

Permalink
Show information about volumes (debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Mar 5, 2025
1 parent 037293b commit 7085288
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
# run: |
# pip install flake8
# make lint
- name: Remove volumes left over from previous workflow runs
run: |
docker volume ls
make down-test
docker volume ls
- name: Build and run containers upon which test runner depends
run: make up-test

Expand All @@ -72,6 +77,7 @@ jobs:
#
- name: Set up MongoDB replica set
run: |
docker volume ls
docker compose --file docker-compose.test.yml ps
sleep 30
docker compose --file docker-compose.test.yml ps
Expand Down

0 comments on commit 7085288

Please sign in to comment.