Skip to content

Commit

Permalink
Update mongo-and-tests.yml
Browse files Browse the repository at this point in the history
syntax fixes
  • Loading branch information
mandos21 authored Aug 19, 2024
1 parent 54923a1 commit 85c4dbd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/mongo-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
image: mongo:latest
ports:
- 27017:27017
options: --health-cmd="mongosh --eval 'db.runCommand({ ping: 1 })'" --health-interval=10s --health-timeout=5s --health-retries=5
options: >
--health-cmd="mongo --eval 'db.runCommand({ ping: 1 })'"
--health-interval=10s
--health-timeout=5s
--health-retries=5
steps:
- name: Checkout code
Expand Down

0 comments on commit 85c4dbd

Please sign in to comment.