File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 44
44
shell : bash
45
45
run : mongo --version
46
46
47
- - name : Reinstall plugins
48
- shell : bash
49
- run : sudo bash ./bin/scripts/countly.install.plugins.sh
50
-
51
47
- name : ShellCheck
52
48
shell : bash
53
49
run : countly shellcheck
60
56
shell : bash
61
57
run : sudo countly task dist-all
62
58
63
- - name : Wait for Countly
64
- shell : bash
65
- run : until nc -z 127.0.0.1 3001; do echo Waiting for Countly; sleep 1; done
66
-
67
59
- name : Tests
68
60
shell : bash
69
61
run : sudo countly test
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ countly config "drill.record_meta" "true"
8
8
9
9
countly restart
10
10
11
+ until nc -z 127.0.0.1 3001; do echo Waiting for Countly; sleep 1; done
12
+
11
13
# install test dependencies
12
14
( cd " $DIR /../../../" ; sudo npm install --unsafe-perm )
13
15
# run tests
You can’t perform that action at this time.
0 commit comments