Skip to content

Commit

Permalink
troubleshoot github action 4
Browse files Browse the repository at this point in the history
  • Loading branch information
BuweiChen committed Apr 14, 2024
1 parent 06a929e commit 0cad5e3
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 @@ -16,7 +16,7 @@ jobs:
image: mongo
ports:
- 27017:27017
options: '--health-cmd "mongo --eval \"db.runCommand({ ping: 1 })\" --quiet" --health-interval 10s --health-timeout 5s --health-retries 5'
options: '--health-cmd "mongosh --eval \"db.runCommand({ ping: 1 })\" --quiet" --health-interval 10s --health-timeout 5s --health-retries 5'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0cad5e3

Please sign in to comment.