diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f07af9d40..fd4675405 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -95,6 +95,10 @@ jobs: name: Playwright Integration Tests timeout-minutes: 20 runs-on: ubuntu-latest + needs: + - circular-dependencies + - unit-tests + - static-analysis steps: - name: Checkout uses: actions/checkout@v4