Skip to content

Commit cc8245d

Browse files
authored
Update workflow.yml
1 parent 18edeb6 commit cc8245d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: npm ci
2323

2424
- name: Unit tests
25-
run: npm run test
25+
run: npm run test:cov
2626

2727
- name: Codecov
2828
uses: codecov/[email protected]

0 commit comments

Comments
 (0)