Skip to content

Commit

Permalink
fail-on-error: false
Browse files Browse the repository at this point in the history
  • Loading branch information
j-catania committed Jan 12, 2024
1 parent 2e29646 commit 6d63935
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ jobs:
name: JEST Tests
path: reports/jest-junit.xml
reporter: jest-junit
fail-on-error: false
- name: Coverage Report
uses: dorny/test-reporter@feature/lcov-support
if: success() || failure()
with:
name: JEST Coverage
path: coverage/lcov.info
reporter: lcov
fail-on-error: false

release:
needs: build
Expand Down

0 comments on commit 6d63935

Please sign in to comment.