Skip to content

Commit 22ad7ad

Browse files
committed
ci: fix playwright download
1 parent 9f0ffaf commit 22ad7ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: pnpm install --frozen-lockfile
6565

6666
- name: Install Playwright Browsers
67-
run: npx playwright install chromium
67+
run: pnpm dlx playwright install chromium
6868

6969
- name: test
7070
run: pnpm test --browsers=chromiumHeadless
@@ -91,7 +91,7 @@ jobs:
9191
run: pnpm install --frozen-lockfile
9292

9393
- name: Install Playwright Browsers
94-
run: npx playwright install firefox
94+
run: pnpm dlx playwright install firefox
9595

9696
- name: test
9797
run: pnpm test --browsers=firefoxHeadless
@@ -113,7 +113,7 @@ jobs:
113113
run: pnpm install --frozen-lockfile
114114

115115
- name: Install Playwright Browsers
116-
run: npx playwright install webkit --with-deps
116+
run: pnpm dlx playwright install webkit --with-deps
117117

118118
- name: test
119119
run: pnpm test --browsers=webkitHeadless

0 commit comments

Comments
 (0)