removes firing server script on github action

This commit is contained in:
James
2020-04-15 19:24:27 -04:00
parent 99f07b489f
commit 1fe6337da0

View File

@@ -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