Skip to content

Commit 69bbbf2

Browse files
committed
[github-ci] Publish jUnit test results
1 parent 4f2d8e8 commit 69bbbf2

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
@@ -74,6 +74,12 @@ jobs:
7474
- name: Gradle Check
7575
run: ${PATH_TO_GRADLE} check --stacktrace
7676

77+
- name: Publish Unit Test Results
78+
uses: EnricoMi/publish-unit-test-result-action@v1.17
79+
if: always()
80+
with:
81+
files: test-results/**/*.xml
82+
7783
# Test local publish
7884
- name: Gradle publish
7985
run: ${PATH_TO_GRADLE} publishToMavenLocal --stacktrace

0 commit comments

Comments
 (0)