Skip to content

Commit c6d6b6d

Browse files
ci: use pnpm exec for playwright install to match lockfile version (#415)
Co-authored-by: Amp <amp@ampcode.com>
1 parent d836921 commit c6d6b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm install
3333

3434
- name: Install Playwright browsers
35-
run: pnpm dlx playwright install chromium
35+
run: pnpm --filter @rstest-example/browser-locator exec playwright install --with-deps chromium
3636

3737
- name: Build Rspack
3838
run: |

0 commit comments

Comments
 (0)