Skip to content

Commit

Permalink
ci: Fix coverage.yml error
Browse files Browse the repository at this point in the history
  • Loading branch information
JorWo committed Oct 30, 2024
1 parent 00913a7 commit 3a3153d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- run: npm install
- run: npm run test:coverage
- run: |
git fetch
git fetch origin badges
git restore package-lock.json
git checkout badges
- uses: jpb06/jest-badges-action@latest
with:
Expand Down

0 comments on commit 3a3153d

Please sign in to comment.