fix: update so that pre-commit hook only includes running unit tests as part of test coverage, but when run as part of ci integration tests will be run as part of test coverage

This commit is contained in:
Stevan Freeborn
2023-02-20 14:09:20 -06:00
parent 58c4a51a64
commit d6dd94195a
3 changed files with 210 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run test coverage and tests
run: npm run test-coverage
run: npm run test-coverage:ci
env:
API_BASE_URL: ${{ vars.API_BASE_URL }}
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}