From 1fe6337da0216c783f5c83095fa6411bf1c9e600 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 15 Apr 2020 19:24:27 -0400 Subject: [PATCH] removes firing server script on github action --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6e24875c75..96c18c9354 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,9 +25,6 @@ jobs: ${{ runner.os }}-build- ${{ runner.os }}- - run: npm install - - run: nohup npm run server & - env: - NODE_ENV: test - run: npm run test:int # In-memory db + api tests env: CI: true