diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 96c18c935..12419060e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: ${{ runner.os }}-build-${{ env.cache-name }}- ${{ runner.os }}-build- ${{ runner.os }}- - - run: npm install - - run: npm run test:int # In-memory db + api tests + - run: yarn + - run: yarn test:int # In-memory db + api tests env: CI: true