Skip to content

Commit

Permalink
fix(pipeline): always save tests coverage (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Mar 17, 2023
1 parent da619e9 commit 39417fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ jobs:
- name: All tests 馃挴
run: npm run test:cov -- --verbose=false
- name: Cache tests coverage 馃ァ
uses: actions/cache@v3
uses: actions/cache/save@v3
if: always()
id: cache-tests-coverage
with:
path: tests/coverage
Expand Down

0 comments on commit 39417fa

Please sign in to comment.