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