Skip to content

Commit

Permalink
infra: Publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Bananeweizen authored and Calixte committed Sep 29, 2023
1 parent acc7208 commit 31bc17f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ jobs:

- name: Difference Check
run: ./.ci/validation.sh git-diff

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
# we only want to attach test results one time, not for every matrix combination
if: startsWith(matrix.platform, 'ubuntu') && (matrix.jdk == 17)
with:
files: '**/target/surefire-reports/*.xml'

0 comments on commit 31bc17f

Please sign in to comment.