Skip to content

Commit 081d003

Browse files
committed
add quotes
1 parent c68fbc1 commit 081d003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ports:
1414
- 27017:27017
1515
options: >-
16-
--health-cmd echo "try { rs.status() } catch (err) { rs.initiate({_id:'rs0',members:[{_id:0,host:'localhost:27017'}]}) }" | mongosh --port 27017 --quiet
16+
--health-cmd "echo \"try { rs.status() } catch (err) { rs.initiate({_id:'rs0',members:[{_id:0,host:'localhost:27017'}]}) }\" | mongosh --port 27017 --quiet"
1717
--health-interval 5s
1818
--health-retries 30
1919
--health-start-interval 1s

0 commit comments

Comments
 (0)