ci: per-frontend test table in the run summary via vitest json (refs #136)

This commit is contained in:
not
2026-07-24 14:10:13 +02:00
parent 80391b1730
commit dc801f7979
7 changed files with 63 additions and 4 deletions
+6
View File
@@ -90,6 +90,12 @@ jobs:
node-version: '24'
cache: 'pnpm'
- run: make frontend
# Job summary (#136): a per-frontend (app) pass/fail table from the vitest JSON each app wrote.
- name: Frontend test summary
if: always()
run: |
[ -n "${GITHUB_STEP_SUMMARY:-}" ] || exit 0
python3 infra/vitest-summary.py test-output >> "$GITHUB_STEP_SUMMARY"
mutation:
runs-on: ubuntu-latest