Skip to content

Commit eb54932

Browse files
committed
Add browser uninstall step without --all flag
1 parent df1873b commit eb54932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install node_modules
3333
run: yarn
3434
- name: Uninstall Playwright Browsers
35-
run: yarn playwright uninstall --all
35+
run: yarn playwright uninstall
3636
- name: Install Playwright Browsers
3737
run: yarn playwright install --with-deps --no-shell chromium
3838
- run: node scripts/setVersion.js --next

0 commit comments

Comments
 (0)