We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8786bc commit b821df8Copy full SHA for b821df8
1 file changed
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
run: pnpm coverage
44
45
- name: Install Playwright Browsers
46
- run: pnpm dlx playwright install --with-deps
+ run: pnpm exec playwright install
47
working-directory: ./apps/solidjs-boilerplate
48
49
- name: Run E2E Tests
0 commit comments