test in CI

This commit is contained in:
Timo K
2026-05-11 18:44:16 +02:00
parent 53626785b3
commit bc2be4dfab
3 changed files with 19 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ jobs:
# ignore-pnpmfile should never be commited. Make CI crash if it happened (`pnpmfileChecksum` is present)
run: "pnpm install --frozen-lockfile --ignore-pnpmfile"
- name: Install Playwright Browsers
run: pnpm exec playwright install
run: pnpm exec playwright install --with-deps chromium
- name: Vitest
run: "pnpm run test:coverage"
- name: Upload to codecov