ci: drop redundant npm test step, coverage run covers it
Some checks failed
CI / Unit & Component Tests (pull_request) Failing after 1m49s
CI / OCR Service Tests (pull_request) Successful in 16s
CI / Backend Unit Tests (push) Successful in 4m10s
CI / Backend Unit Tests (pull_request) Successful in 4m11s
CI / Unit & Component Tests (push) Failing after 2m5s
CI / OCR Service Tests (push) Successful in 16s

The test:coverage step runs the full suite under Istanbul; running
`npm test` first executes every test twice for no extra signal.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-11 15:16:39 +02:00
parent 59e47c048c
commit 73c540e338

View File

@@ -36,13 +36,7 @@ jobs:
run: npm run lint run: npm run lint
working-directory: frontend working-directory: frontend
- name: Run unit and component tests - name: Run unit and component tests with coverage
run: npm test
working-directory: frontend
env:
TZ: Europe/Berlin
- name: Run coverage (server + client)
run: npm run test:coverage run: npm run test:coverage
working-directory: frontend working-directory: frontend
env: env: