Update test script in DeployTypeDoc workflow

Modified the GitHub Actions DeployTypeDoc workflow to run `npm run test:coverage` instead of `npm run test:verbose`. This change switches from verbose test output to generating test coverage, aiming to improve code quality insights during deployment.
This commit is contained in:
2024-08-16 12:04:02 +02:00
committed by Max P.
parent 4a1229b344
commit 7258f3813f

View File

@@ -26,7 +26,7 @@ jobs:
- name: Run Tests and Generate Coverage - name: Run Tests and Generate Coverage
run: | run: |
npm run test:verbose || echo "Ignoring test failures" npm run test:coverage || echo "Ignoring test failures"
- name: Run TypeDoc - name: Run TypeDoc
run: npx typedoc run: npx typedoc