Skip to content

Commit 06e0d93

Browse files
committed
removed unecessary waitformongo step
1 parent 8d9fecb commit 06e0d93

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,6 @@ jobs:
2727
run: npm ci
2828
working-directory: server
2929

30-
- name: Wait for Mongo (TCP)
31-
shell: bash
32-
run: |
33-
for i in {1..60}; do
34-
if (echo > /dev/tcp/127.0.0.1/27017) >/dev/null 2>&1; then
35-
echo "Mongo TCP port is open"
36-
exit 0
37-
fi
38-
echo "Waiting for Mongo..."
39-
sleep 2
40-
done
41-
echo "Mongo did not start in time" && exit 1
42-
4330
- name: Run tests
4431
run: npm run test-ci
4532
working-directory: server

0 commit comments

Comments
 (0)