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 137ddf7 commit 4e8cec4Copy full SHA for 4e8cec4
.github/workflows/pr.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install node_modules
33
run: yarn
34
- name: Install Playwright Browsers
35
- run: npx playwright install-deps && npx playwright install --with-deps chromium && yarn playwright install
+ run: npx playwright install --with-deps chromium
36
- run: node scripts/setVersion.js --next
37
- run: yarn build
38
- run: yarn lint
0 commit comments