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 fd31f64 commit 411ca40Copy full SHA for 411ca40
.github/workflows/pr.yml
@@ -32,10 +32,10 @@ jobs:
32
- name: Install node_modules
33
run: yarn
34
- name: Install Playwright Browsers
35
- run: yarn playwright install --with-deps chromium
+ run: npx playwright install --with-deps --no-shell chromium
36
- run: node scripts/setVersion.js --next
37
- - run: yarn build
38
- run: yarn lint
+ - run: yarn build
39
- run: yarn test
40
41
- name: Archive test results
0 commit comments