Skip to content

Commit

Permalink
fix playwright (#193)
Browse files Browse the repository at this point in the history
* fix playwright

* use install flag
  • Loading branch information
koilebeit authored Oct 24, 2024
1 parent f5f8428 commit 60ab60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sveltekitci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Install playwright
run: pnpm exec playwright install
run: pnpm exec playwright install --with-deps
- name: Lint
run: pnpm run lint
- name: Setup jampack cache
Expand Down

0 comments on commit 60ab60b

Please sign in to comment.