We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68fbc1 commit 081d003Copy full SHA for 081d003
1 file changed
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
ports:
14
- 27017:27017
15
options: >-
16
- --health-cmd echo "try { rs.status() } catch (err) { rs.initiate({_id:'rs0',members:[{_id:0,host:'localhost:27017'}]}) }" | mongosh --port 27017 --quiet
+ --health-cmd "echo \"try { rs.status() } catch (err) { rs.initiate({_id:'rs0',members:[{_id:0,host:'localhost:27017'}]}) }\" | mongosh --port 27017 --quiet"
17
--health-interval 5s
18
--health-retries 30
19
--health-start-interval 1s
0 commit comments