Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 16, 2023
1 parent 6b58980 commit 1f98360
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm ci
sh coverage.sh
chmod +x coverage.sh
./coverage.sh
- name: Coverage Comment
uses: MishaKav/jest-coverage-comment@v1.0.23
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
npm ci
npm run release
npm run docs
sh coverage.sh
chmod +x coverage.sh
./coverage.sh
- uses: stefanzweifel/git-auto-commit-action@v5
env:
Expand Down

0 comments on commit 1f98360

Please sign in to comment.