diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1c000c53de..77939a2dd3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,6 +30,7 @@ jobs: - run: yarn env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - run: yarn build - run: yarn test:client - run: yarn test:int # In-memory db + api tests env: