Skip to content

Commit a367a69

Browse files
committed
Add Coverage
1 parent eadc380 commit a367a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: npm install and test
2121
run: |
2222
npm i
23-
npm test
23+
npm run coverage
2424
npm start
2525
env:
2626
CI: true

0 commit comments

Comments
 (0)