From c6ccef3f23185ee5d1ccc3dd46ad2690f0311867 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 9 Mar 2023 20:46:49 +0100 Subject: [PATCH] Don't fast break builds on GitHub ITs take long time and in more of cases one build fail due to test or environment unstable like connection timeout. In the same time other build can be finished with success so break all builds is not effective --- .github/workflows/maven-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 5008055108..9683e3bb27 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -31,7 +31,7 @@ jobs: ff-goal: 'clean install site site:stage -P reporting -nsu' ff-site-goal: '-v' verify-goal: 'clean install -nsu -P run-its' - verify-fail-fast: true + verify-fail-fast: false failure-upload-path: | surefire-its/target/*/log.txt surefire-its/target/**/surefire-reports/*