From 57e3159ce534e4725ba560d65fd4c0d40c4994b9 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Thu, 20 Apr 2023 14:56:55 +0200 Subject: [PATCH] [CI] Try nohup --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fd13f8a..406fb2c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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