Skip to content

Commit

Permalink
[github-ci] Publish jUnit test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Feb 18, 2021
1 parent d881395 commit b69da24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ jobs:
- name: Gradle Check
run: ${PATH_TO_GRADLE} check --stacktrace

- name: Publish Unit Test Results
uses: EnricoMi/[email protected]
if: always() && github.event_name != 'pull_request'
with:
files: **/test-results/**/*.xml

# Test local publish
- name: Gradle publish
run: ${PATH_TO_GRADLE} publishToMavenLocal --stacktrace
Expand Down

0 comments on commit b69da24

Please sign in to comment.