File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 64
64
run : pnpm install --frozen-lockfile
65
65
66
66
- name : Install Playwright Browsers
67
- run : npx playwright install --with-deps
67
+ run : npx playwright install chromium
68
68
69
69
- name : test
70
70
run : pnpm test --browsers=chromium
92
92
run : pnpm install --frozen-lockfile
93
93
94
94
- name : Install Playwright Browsers
95
- run : npx playwright install --with-deps
95
+ run : npx playwright install firefox
96
96
97
97
- name : test
98
98
run : pnpm test --browsers=firefox
@@ -114,7 +114,7 @@ jobs:
114
114
run : pnpm install --frozen-lockfile
115
115
116
116
- name : Install Playwright Browsers
117
- run : npx playwright install --with-deps
117
+ run : npx playwright install webkit
118
118
119
119
- name : test
120
120
run : pnpm test --browsers=webkit
You can’t perform that action at this time.
0 commit comments