We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8937472 commit df1873bCopy full SHA for df1873b
.github/workflows/pr.yml
@@ -31,8 +31,10 @@ jobs:
31
- run: npm install -g lerna
32
- name: Install node_modules
33
run: yarn
34
+ - name: Uninstall Playwright Browsers
35
+ run: yarn playwright uninstall --all
36
- name: Install Playwright Browsers
- run: npx playwright install --with-deps --no-shell chromium
37
+ run: yarn playwright install --with-deps --no-shell chromium
38
- run: node scripts/setVersion.js --next
39
- run: yarn build
40
- run: yarn lint
0 commit comments