Skip to content

Commit df1873b

Browse files
committed
Add browser uninstall step
1 parent 8937472 commit df1873b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ 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 --all
3436
- name: Install Playwright Browsers
35-
run: npx playwright install --with-deps --no-shell chromium
37+
run: yarn playwright install --with-deps --no-shell chromium
3638
- run: node scripts/setVersion.js --next
3739
- run: yarn build
3840
- run: yarn lint

0 commit comments

Comments
 (0)