[CI] Try nohup
This commit is contained in:
parent
f1ea6b1fd5
commit
57e3159ce5
|
@ -54,8 +54,7 @@ jobs:
|
||||||
export PATH="${PATH}:/c/program files/nodejs"
|
export PATH="${PATH}:/c/program files/nodejs"
|
||||||
fi
|
fi
|
||||||
npm install
|
npm install
|
||||||
npm start &
|
nohup npm start&
|
||||||
sleep 120 # allow for some time before the contracts are deployed
|
|
||||||
|
|
||||||
- name: Contract tests
|
- name: Contract tests
|
||||||
run: make -j${ncpu} testContracts
|
run: make -j${ncpu} testContracts
|
||||||
|
|
Loading…
Reference in New Issue