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 chromium
67+ run : pnpm dlx playwright install chromium
6868
6969 - name : test
7070 run : pnpm test --browsers=chromiumHeadless
9191 run : pnpm install --frozen-lockfile
9292
9393 - name : Install Playwright Browsers
94- run : npx playwright install firefox
94+ run : pnpm dlx playwright install firefox
9595
9696 - name : test
9797 run : pnpm test --browsers=firefoxHeadless
@@ -113,7 +113,7 @@ jobs:
113113 run : pnpm install --frozen-lockfile
114114
115115 - name : Install Playwright Browsers
116- run : npx playwright install webkit --with-deps
116+ run : pnpm dlx playwright install webkit --with-deps
117117
118118 - name : test
119119 run : pnpm test --browsers=webkitHeadless
You can’t perform that action at this time.
0 commit comments