Skip to content

Commit aa991b5

Browse files
committed
Fix CI
1 parent dc3abb8 commit aa991b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run tests
3232
run: |
3333
npm run lint
34-
npm run ci
34+
npm run cover
3535
3636
- name: Coveralls
3737
if: matrix.node-version == 18

0 commit comments

Comments
 (0)