Skip to content

Commit 80d0ea7

Browse files
committed
[github-ci] Publish jUnit test results
1 parent d881395 commit 80d0ea7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ jobs:
7272
- name: Gradle Check
7373
run: ${PATH_TO_GRADLE} check --stacktrace
7474

75+
- name: Publish Unit Test Results
76+
uses: EnricoMi/[email protected]
77+
if: always() && github.event_name != 'pull_request'
78+
with:
79+
files: '**/test-results/**/*.xml'
80+
7581
# Test local publish
7682
- name: Gradle publish
7783
run: ${PATH_TO_GRADLE} publishToMavenLocal --stacktrace

0 commit comments

Comments
 (0)