Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 2, 2023
1 parent ca7265c commit 9309076
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:

- run: npm install
- run: npm run build
- run: npm run coverage

- name: Create idoc config.
run: |
Expand All @@ -30,10 +29,12 @@ jobs:
KKT: https://kktjs.github.io/kkt/
NCC: https://kktjs.github.io/ncc/
Zip: https://kktjs.github.io/zip/
EOF
EOF
- run: npm install [email protected] -g
- run: idoc

- run: npm run coverage
- run: cp -rp coverage/lcov-report ./dist/lcov-report

- name: Create Coverage Badges
Expand Down

0 comments on commit 9309076

Please sign in to comment.