Skip to content

Commit bf2053a

Browse files
committed
[github-ci] Publish jUnit test results
1 parent 1a1a67a commit bf2053a

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()
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)