Skip to content

Commit

Permalink
#316 Use Test Result publisher GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Jan 20, 2024
1 parent fa8b073 commit fb40131
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Execute Gradle build
run: ./gradlew check --scan -stacktrace
run: ./gradlew check --scan -stacktrace

- name: 'Publish Test Results'
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: always()
with:
files: |
build/test-results/**/*.xml

0 comments on commit fb40131

Please sign in to comment.