Skip to content

Commit c1dbbec

Browse files
Update coverage-check workflow to specify test script and remove unused EntryQueryable class
1 parent edf4254 commit c1dbbec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
uses: ArtiomTr/jest-coverage-report-action@v2
2323
id: coverage
2424
with:
25+
test-script: npm run test:unit
2526
threshold: 95

0 commit comments

Comments
 (0)