Skip to content

Commit b821df8

Browse files
committed
ci: fix Github Actions workflow
1 parent c8786bc commit b821df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pnpm coverage
4444

4545
- name: Install Playwright Browsers
46-
run: pnpm dlx playwright install --with-deps
46+
run: pnpm exec playwright install
4747
working-directory: ./apps/solidjs-boilerplate
4848

4949
- name: Run E2E Tests

0 commit comments

Comments
 (0)