diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d7c184..c23302f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: run: npm run test - name: Run integration tests - run: npm run test:integration + run: npm run build && npm run test:integration - name: Run linting run: npm run lint