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