Skip to content

Commit 0a23156

Browse files
committed
CI changes
1 parent 7038b64 commit 0a23156

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
npm install
2323
npm run build
2424
npm run test
25+
npm run report-coverage
2526
env:
2627
CI: true
27-
- name: Publish Code Coverage
28-
run: |
29-
npm run report-coverage

0 commit comments

Comments
 (0)