Skip to content

Commit

Permalink
use install flag
Browse files Browse the repository at this point in the history
  • Loading branch information
koilebeit committed Oct 24, 2024
1 parent 7966412 commit 1597392
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sveltekitci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
- name: Install Playwright dependencies
run: pnpm exec playwright install-deps
- 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 1597392

Please sign in to comment.