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:
2
.github/workflows/DeployTypeDoc.yml
vendored
2
.github/workflows/DeployTypeDoc.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user