Skip to content

Commit 104b41d

Browse files
committed
Remove the browser uninstall step
1 parent eb54932 commit 104b41d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
- run: npm install -g lerna
3232
- name: Install node_modules
3333
run: yarn
34-
- name: Uninstall Playwright Browsers
35-
run: yarn playwright uninstall
3634
- name: Install Playwright Browsers
3735
run: yarn playwright install --with-deps --no-shell chromium
3836
- run: node scripts/setVersion.js --next

0 commit comments

Comments
 (0)