Skip to content

Commit

Permalink
Do not run playwright with safar (#3797)
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon authored Sep 20, 2023
1 parent 35d7930 commit 3808ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup sample database
run: dispatch database restore --dump-file data/dispatch-sample-data.dump && dispatch database upgrade
- name: Run tests
run: npx playwright test
run: npx playwright test --project=chromium --project=firefox
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 3808ea8

Please sign in to comment.