[CI] Try nohup

This commit is contained in:
Mark Spanbroek 2023-04-20 14:56:55 +02:00
parent f1ea6b1fd5
commit 57e3159ce5
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ jobs:
export PATH="${PATH}:/c/program files/nodejs"
fi
npm install
npm start &
sleep 120 # allow for some time before the contracts are deployed
nohup npm start&
- name: Contract tests
run: make -j${ncpu} testContracts