diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6ee2c5e..26105536 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,6 @@ jobs: - run: npm run test-unit integration-tests: - needs: unit-tests runs-on: ubuntu-latest strategy: matrix: @@ -56,7 +55,9 @@ jobs: - run: npm run test-integration e2e-tests: - needs: integration-tests + needs: | + unit-tests + integration-tests runs-on: ubuntu-latest strategy: matrix: