There was an error while loading. Please reload this page.
1 parent e0ac208 commit 17c2dedCopy full SHA for 17c2ded
1 file changed
.github/workflows/build-ci-atlas.yml
@@ -42,6 +42,7 @@ jobs:
42
- uses: actions/checkout@v6
43
44
- name: Create MongoDB Atlas Local
45
+ timeout-minutes: 2
46
run: |
47
docker run --name mongodb -p 27017:27017 --detach mongodb/mongodb-atlas-local:latest
48
until docker exec --tty mongodb mongosh --eval "db.runCommand({ ping: 1 })"; do
0 commit comments