Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
resinas authored Nov 27, 2024
1 parent 4ddc0a0 commit a77afc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mongo:
image: mongo
options: >-
--health-cmd "mongosh --eval 'db.runCommand("ping").ok' --quiet"
--health-cmd "mongo --eval 'db.adminCommand(\"ping\")' || exit 1"
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit a77afc1

Please sign in to comment.