We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4a181 commit 1f5c3bdCopy full SHA for 1f5c3bd
.github/workflows/main.yml
@@ -44,10 +44,6 @@ jobs:
44
shell: bash
45
run: mongo --version
46
47
- - name: Wait for Countly
48
- shell: bash
49
- run: until nc -z 127.0.0.1 3001; do echo Waiting for Countly; sleep 1; done
50
-
51
- name: Reinstall plugins
52
53
run: sudo bash ./bin/scripts/countly.install.plugins.sh
@@ -64,6 +60,10 @@ jobs:
64
60
65
61
run: sudo countly task dist-all
66
62
63
+ - name: Wait for Countly
+ shell: bash
+ run: until nc -z 127.0.0.1 3001; do echo Waiting for Countly; sleep 1; done
+
67
- name: Tests
68
69
run: sudo countly test
0 commit comments