We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d836921 commit c6d6b6dCopy full SHA for c6d6b6d
1 file changed
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: pnpm install
33
34
- name: Install Playwright browsers
35
- run: pnpm dlx playwright install chromium
+ run: pnpm --filter @rstest-example/browser-locator exec playwright install --with-deps chromium
36
37
- name: Build Rspack
38
run: |
0 commit comments