diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba5fd87..95c5b22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,6 +199,8 @@ jobs: run: npm run format:check --workspace client-web - name: Type check (tsc) run: npm run typecheck --workspace client-web + - name: Unit tests (Vitest coverage) + run: npm run test:coverage --workspace client-web - name: Security audit (npm) run: npm audit --audit-level=high