Skip to content

Commit

Permalink
chore: update workspace config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 12, 2022
1 parent 08ccebb commit 6d1eeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- run: npm run build
- run: npm run doc
- run: cp README.md core
- run: cp -rp core/coverage/lcov-report www/build

- name: Test Case
working-directory: core
run: npm run coverage
- run: cp -rp core/coverage/lcov-report www/build

- name: Create Coverage Badges
uses: jaywcjlove/coverage-badges-cli@main
Expand Down

0 comments on commit 6d1eeca

Please sign in to comment.