From 2462757b27f576eac822a4e80488ae8cb26a1593 Mon Sep 17 00:00:00 2001 From: softgitron <18495705+softgitron@users.noreply.github.com> Date: Sat, 17 Apr 2021 20:58:57 +0300 Subject: [PATCH] Change exit 0 to Actions specific option --- .github/workflows/post-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index 7216545142..516e30252b 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -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