We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9fecb commit 06e0d93Copy full SHA for 06e0d93
1 file changed
.github/workflows/node.js.yml
@@ -27,19 +27,6 @@ jobs:
27
run: npm ci
28
working-directory: server
29
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
-
43
- name: Run tests
44
run: npm run test-ci
45
0 commit comments