Skip to content

Commit

Permalink
Upload test results (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattprecious authored Nov 1, 2024
1 parent fdcb515 commit 97c76e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:

- run: ./gradlew buildDependencies ${{ matrix.task }}

- uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: ${{ matrix.os }} Tests
path: '**/build/test-results/**/TEST-*.xml'
reporter: java-junit

- name: Upload distribution
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 97c76e7

Please sign in to comment.