Skip to content

Commit 411ca40

Browse files
committed
Skip downloading the headed chrome in CI
More information: microsoft/playwright#33566
1 parent fd31f64 commit 411ca40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- name: Install node_modules
3333
run: yarn
3434
- name: Install Playwright Browsers
35-
run: yarn playwright install --with-deps chromium
35+
run: npx playwright install --with-deps --no-shell chromium
3636
- run: node scripts/setVersion.js --next
37-
- run: yarn build
3837
- run: yarn lint
38+
- run: yarn build
3939
- run: yarn test
4040

4141
- name: Archive test results

0 commit comments

Comments
 (0)