Skip to content

Commit c6ccef3

Browse files
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
1 parent 2709f76 commit c6ccef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ff-goal: 'clean install site site:stage -P reporting -nsu'
3232
ff-site-goal: '-v'
3333
verify-goal: 'clean install -nsu -P run-its'
34-
verify-fail-fast: true
34+
verify-fail-fast: false
3535
failure-upload-path: |
3636
surefire-its/target/*/log.txt
3737
surefire-its/target/**/surefire-reports/*

0 commit comments

Comments
 (0)