Skip to content

Commit

Permalink
test no fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 5, 2024
1 parent d7f205d commit 64cc1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ jobs:
name: "maven_test_publish_${{ inputs.project }}"
path: ${{ inputs.project }}/target/surefire-reports/*.xml
reporter: java-junit
fail-on-error: true
fail-on-error: false

0 comments on commit 64cc1b9

Please sign in to comment.