Skip to content

Commit

Permalink
fix: break out playwright install step
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Jul 31, 2024
1 parent 4c2bf53 commit 6abb9cb
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 --with-deps
- name: Run tests
run: pnpm exec playwright install && pnpm test && pnpm test:cli
run: pnpm test && pnpm test:cli

0 comments on commit 6abb9cb

Please sign in to comment.