Skip to content

Commit

Permalink
ci(release): added coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Dec 22, 2023
1 parent 5237829 commit 57f1e09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
run: npm ci
if: ${{ steps.release.outputs.release_created }}

- name: Get Coverage Info
if: ${{ steps.release.outputs.release_created }}
run: npm run coverage

- name: NPM Publish
run: npm publish
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 57f1e09

Please sign in to comment.