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 6464 run : pnpm install --frozen-lockfile
6565
6666 - name : Install Playwright Browsers
67- run : npx playwright install --with-deps
67+ run : npx playwright install chromium
6868
6969 - name : test
7070 run : pnpm test --browsers=chromium
9292 run : pnpm install --frozen-lockfile
9393
9494 - name : Install Playwright Browsers
95- run : npx playwright install --with-deps
95+ run : npx playwright install firefox
9696
9797 - name : test
9898 run : pnpm test --browsers=firefox
@@ -114,7 +114,7 @@ jobs:
114114 run : pnpm install --frozen-lockfile
115115
116116 - name : Install Playwright Browsers
117- run : npx playwright install --with-deps
117+ run : npx playwright install webkit
118118
119119 - name : test
120120 run : pnpm test --browsers=webkit
You can’t perform that action at this time.
0 commit comments