Remove 'ci-test' script in favor of generating coverage badges as part of the 'all' script

This commit is contained in:
James M. Greene
2023-04-17 23:18:55 -05:00
parent f7c37e718b
commit 20bd69d98b
2 changed files with 4 additions and 4 deletions

View File

@@ -26,4 +26,4 @@ jobs:
run: npm ci
- name: run tests
run: npm run ci-test
run: npm run test