Skip to content

Commit

Permalink
fail-on-error: false # Do not fail the job if tests fail (yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Aug 14, 2024
1 parent d55e50b commit 621387b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
path: junit-matrix-report.html

- name: Display JUnit Test Results
continue-on-error: true # Continue even if this step fails
uses: dorny/test-reporter@v1
with:
name: 'JUnit Results'
path: 'junit.xml'
reporter: 'java-junit' # Correct reporter type for JUnit XML
fail-on-error: false # Do not fail the job if tests fail

- name: Display HTML Report Information
run: |
Expand Down

0 comments on commit 621387b

Please sign in to comment.