Skip to content

Commit

Permalink
chore: tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz committed Jul 31, 2024
1 parent 6c5fb5a commit 6685f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Lint and format
run: pnpm lint
- name: Install playwright browser
run: pnpm exec playwright install --with-deps
run: npx playwright install --with-deps
- name: Run tests
run: pnpm test && pnpm test:cli

0 comments on commit 6685f1a

Please sign in to comment.