We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eadc380 commit a367a69Copy full SHA for a367a69
1 file changed
.github/workflows/nodejs.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: npm install and test
21
run: |
22
npm i
23
- npm test
+ npm run coverage
24
npm start
25
env:
26
CI: true
0 commit comments