Skip to content

Commit 31bc17f

Browse files
BananeweizenCalixte
authored andcommitted
infra: Publish test results
1 parent acc7208 commit 31bc17f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/maven.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ jobs:
3333

3434
- name: Difference Check
3535
run: ./.ci/validation.sh git-diff
36+
37+
- name: Publish Test Results
38+
uses: EnricoMi/publish-unit-test-result-action@v2
39+
# we only want to attach test results one time, not for every matrix combination
40+
if: startsWith(matrix.platform, 'ubuntu') && (matrix.jdk == 17)
41+
with:
42+
files: '**/target/surefire-reports/*.xml'
43+

0 commit comments

Comments
 (0)