Skip to content

Commit

Permalink
NEXT-33446 - only run playwright tests after other tests have passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Feb 8, 2024
1 parent d424dde commit fcfbae3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcfbae3

Please sign in to comment.