Skip to content

Commit

Permalink
Always run Playwright tests even if Selenium fails
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Jul 4, 2024
1 parent 1428aa5 commit 1a6492a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
if-no-files-found: ignore # this avoids a false "Warning" if there were no issues

playwright-tests:
if: always()
runs-on: ubuntu-latest
needs: [notify-of-test-run-start, integration-tests]
env:
Expand Down

0 comments on commit 1a6492a

Please sign in to comment.