Skip to content

Commit 6b4a181

Browse files
committed
[tests] wait for Countly
1 parent e901d77 commit 6b4a181

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
shell: bash
4545
run: mongo --version
4646

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+
4751
- name: Reinstall plugins
4852
shell: bash
4953
run: sudo bash ./bin/scripts/countly.install.plugins.sh

0 commit comments

Comments
 (0)