Skip to content

Commit 3808ea8

Browse files
author
Will Sheldon
authored
Do not run playwright with safar (Netflix#3797)
1 parent 35d7930 commit 3808ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup sample database
5959
run: dispatch database restore --dump-file data/dispatch-sample-data.dump && dispatch database upgrade
6060
- name: Run tests
61-
run: npx playwright test
61+
run: npx playwright test --project=chromium --project=firefox
6262
- uses: actions/upload-artifact@v3
6363
if: always()
6464
with:

0 commit comments

Comments
 (0)