We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc7208 commit 31bc17fCopy full SHA for 31bc17f
.github/workflows/maven.yml
@@ -33,3 +33,11 @@ jobs:
33
34
- name: Difference Check
35
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