Skip to content

Commit f68480f

Browse files
committed
Switch order of execution
1 parent d044b49 commit f68480f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ jobs:
209209
shell: bash
210210
working-directory: /opt/countly
211211
run: |
212-
/sbin/my_init &
213212
npm install
213+
/sbin/my_init &
214214
node bin/scripts/test.connection.js
215215
npx grunt mochaTest
216216
ui-test:

0 commit comments

Comments
 (0)