diff --git a/.github/workflows/DeployTypeDoc.yml b/.github/workflows/DeployTypeDoc.yml index 13f6784..cc7b0ef 100644 --- a/.github/workflows/DeployTypeDoc.yml +++ b/.github/workflows/DeployTypeDoc.yml @@ -26,7 +26,7 @@ jobs: - name: Run Tests and Generate Coverage run: | - npm run test:verbose || echo "Ignoring test failures" + npm run test:coverage || echo "Ignoring test failures" - name: Run TypeDoc run: npx typedoc