Skip to content

Commit b0b5208

Browse files
committed
ci: use pnpm exec to install playwright
Using our desired version.
1 parent 65cfeb5 commit b0b5208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
cache: pnpm
176176

177177
- name: Install Playwright Browsers
178-
run: pnpx playwright install --with-deps
178+
run: pnpm exec playwright install --with-deps
179179

180180
- name: pnpm install
181181
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)