Skip to content

Commit

Permalink
ci/cd: foundation work for mongo-db action
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrixString committed Jan 13, 2025
1 parent c021e41 commit 582b967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.database-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
MONGO_INITDB_ROOT_PASSWORD: password
MONGO_INITDB_DATABASE: test
options: >-
--health-cmd mongo
--health-cmd "echo 'db.runCommand("ping").ok' | mongosh mongodb://localhost:27017 --quiet"
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit 582b967

Please sign in to comment.