Skip to content

Commit 45d7ab5

Browse files
committed
Update test-coverage-upload.yml
1 parent 12d0d9a commit 45d7ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: bahmutov/npm-install@v1
2121

2222
- name: Run test cases
23-
run: npm test:cover
23+
run: npm run test:cover
2424

2525
- name: Upload coverage to Codecov
2626
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)