Skip to content

Commit 38663a2

Browse files
committed
install playwright browsers with npx
maybe this makes them global?
1 parent 803c917 commit 38663a2

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
@@ -33,6 +33,6 @@ jobs:
3333
- name: Install dependencies
3434
run: pnpm install
3535
- name: Install Playwright Browsers
36-
run: pnpm playwright install --with-deps ${{ matrix.browser }}
36+
run: npx playwright install --with-deps ${{ matrix.browser }}
3737
- name: Run Playwright tests
3838
run: pnpm test -- --project=${{ matrix.browser }}

0 commit comments

Comments
 (0)