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 28, 2021
1 parent 1a1a67a commit bf2053a
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()
with:
files: test-results/**/*.xml

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

0 comments on commit bf2053a

Please sign in to comment.