Skip to content

Commit

Permalink
build: change verification of health
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniciusGomes committed Jan 16, 2024
1 parent dbc0387 commit 1ef4bb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
ports:
- 27017:27017
options: >-
--health-cmd 'mongo --eval "db.runCommand({ ping: 1 })" --quiet'
--health-interval 10s
--health-timeout 5s
--health-retries 5
--health-cmd='mongo --eval "db.runCommand({ ping: 1 })" --quiet'
--health-interval=10s
--health-timeout=5s
--health-retries=5
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1ef4bb2

Please sign in to comment.