Skip to content

Commit

Permalink
chore: install chromium browser in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz committed Aug 5, 2024
1 parent 8abb0f5 commit 6c19e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ jobs:
run: pnpm lint
- name: Install playwright browser
run: pnpm exec playwright install --with-deps
- name: Install playwright chromium browser
run: npx playwright install chromium
- name: Run tests
run: pnpm test && pnpm test:cli
1 change: 0 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default {
enabled: true,
provider: 'playwright',
name: 'chromium',
headless: true,
screenshotFailures: false,
},
},
Expand Down

0 comments on commit 6c19e10

Please sign in to comment.