Skip to content

Commit 30f7f79

Browse files
committed
fix a typo
1 parent 669d804 commit 30f7f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- run: npm install -g npm
2222
- run: npm install -g nyc codecov
2323
- run: npm ci
24-
- run: npm test:cover
24+
- run: npm run test:cover
2525
- run: codecov -f coverage/*.json

0 commit comments

Comments
 (0)