Skip to content

Commit dec8c91

Browse files
update coverage-check workflow to use 'npm run test:unit' for testing
1 parent 2111688 commit dec8c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: ArtiomTr/jest-coverage-report-action@v2
2222
id: coverage
2323
with:
24-
test-script: npm test
24+
test-script: npm run test:unit
2525
threshold: 95
2626
working-directory: ./
2727

0 commit comments

Comments
 (0)