Skip to content

Commit

Permalink
Add missing CLI option to specify the "test" Docker Compose file again
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Mar 5, 2025
1 parent 0dc2de7 commit 68d1f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Set up MongoDB replica set
run: |
sleep 10
docker compose ps
docker compose --file docker-compose.test.yml ps
docker compose --file docker-compose.test.yml exec mongo \
mongosh \
--host localhost \
Expand Down

0 comments on commit 68d1f60

Please sign in to comment.