We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a954df7 commit cb73ce4Copy full SHA for cb73ce4
.github/workflows/build-ci.yml
@@ -63,6 +63,8 @@ jobs:
63
until docker exec --tty mongodb mongosh 127.0.0.1:27017 --eval "db.runCommand({ ping: 1 })"; do
64
sleep 1
65
done
66
+ # is there a starting issue?
67
+ sleep 10
68
69
- name: "Show MongoDB server status"
70
run: |
0 commit comments