Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-akins committed Mar 12, 2024
1 parent d7cf3ff commit 7de5e09
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unit_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ jobs:
run: npm run build

- name: Execute test coverage
run: |
export JWT_SECRET=ThisIsMySecret
echo The JWT secret is:$JWT_SECRET
npm run-script test:cov
run: npm run-script test:cov

- name: Store the coverage report as an artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7de5e09

Please sign in to comment.