diff --git a/.github/workflows/unit_test_coverage.yml b/.github/workflows/unit_test_coverage.yml index fbb0920..4884ea2 100644 --- a/.github/workflows/unit_test_coverage.yml +++ b/.github/workflows/unit_test_coverage.yml @@ -57,7 +57,7 @@ jobs: run: npm run build - name: Execute test coverage - run: npm run-script coverage + run: npm run-script test:cov - name: Store the coverage report as an artifact uses: actions/upload-artifact@v3