Skip to content

Commit 7664b00

Browse files
fi3eworkampcode-com
andcommitted
fix(ci): scope playwright install to a package that has it as dependency
Amp-Thread-ID: https://ampcode.com/threads/T-019d4701-dfdb-73c6-a876-29ab299f63cf Co-authored-by: Amp <amp@ampcode.com>
1 parent 8bb8e35 commit 7664b00

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 exec playwright install --with-deps 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)