Skip to content

Commit

Permalink
Change exit 0 to Actions specific option
Browse files Browse the repository at this point in the history
  • Loading branch information
softgitron committed Apr 17, 2021
1 parent 4658921 commit 2462757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
-Dmaven.test.failure.ignore=true
-Djacoco.skip=false
-Dsurefire.rerunFailingTestsCount=3
&& exit 0
continue-on-error: true
- name: Merge JaCoCo results
run: mvn -DskipTests -Djacoco.skip=false verify
- name: Copy JaCoCo XML report to artifacts
Expand Down

0 comments on commit 2462757

Please sign in to comment.