Skip to content

Commit

Permalink
chore: tweak ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz committed Aug 5, 2024
1 parent a720c5b commit a17125e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ jobs:
run: pnpm build
- name: Lint and format
run: pnpm lint
- name: Install playwright browser
run: pnpm exec playwright install
- name: Run tests
run: pnpm exec playwright install && pnpm test && pnpm test:cli
run: pnpm test && pnpm test:cli

0 comments on commit a17125e

Please sign in to comment.