We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde92a4 commit c2e146bCopy full SHA for c2e146b
.github/workflows/verify-build.yml
@@ -64,7 +64,7 @@ jobs:
64
run: pnpm install --frozen-lockfile
65
66
- name: Install Playwright Browsers
67
- run: npx playwright install --with-deps
+ run: npx playwright install chromium
68
69
- name: test
70
run: pnpm test --browsers=chromium
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
+ run: npx playwright install firefox
96
97
98
run: pnpm test --browsers=firefox
@@ -114,7 +114,7 @@ jobs:
114
115
116
117
+ run: npx playwright install webkit
118
119
120
run: pnpm test --browsers=webkit
0 commit comments