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 82428b3 commit 137ddf7Copy full SHA for 137ddf7
.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 --with-deps chromium && yarn playwright install
+ run: npx playwright install-deps && npx playwright install --with-deps chromium && yarn playwright install
36
- run: node scripts/setVersion.js --next
37
- run: yarn build
38
- run: yarn lint
0 commit comments