Skip to content

Commit b7d0ce9

Browse files
GitHub action set fail-fast to false
1 parent f9d3227 commit b7d0ce9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,14 @@ jobs:
2626
name: Verify
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2828
with:
29+
verify-fail-fast: false
2930
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
3031
matrix-exclude: '[
3132
{ "jdk": "8", "distribution": "microsoft"},
3233
{ "jdk": "8", "distribution": "temurin", "os": "macos-latest" },
3334
{ "jdk": "8", "distribution": "adopt-openj9", "os": "macos-latest" }
3435
]'
36+
failure-upload-path: |
37+
**/javacore*.txt
38+
**/surefire-reports/*
39+

0 commit comments

Comments
 (0)