Skip to content

Commit 137ddf7

Browse files
committed
fix: update GitHub Actions workflow to install Playwright dependencies correctly
1 parent 82428b3 commit 137ddf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install node_modules
3333
run: yarn
3434
- name: Install Playwright Browsers
35-
run: npx playwright install --with-deps chromium && yarn playwright install
35+
run: npx playwright install-deps && npx playwright install --with-deps chromium && yarn playwright install
3636
- run: node scripts/setVersion.js --next
3737
- run: yarn build
3838
- run: yarn lint

0 commit comments

Comments
 (0)