Skip to content

Commit 57bee16

Browse files
committed
publish test report
1 parent 7cabf16 commit 57bee16

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ jobs:
3232
- name: run gradle tests
3333
run: ./gradlew testCsuDevDebugUnitTest --stacktrace
3434

35+
- name: Publish test results
36+
if: always()
37+
uses: dorny/test-reporter@v1
38+
with:
39+
name: Unit Test Results
40+
path: claimManagement/build/test-results/testCsuDevDebugUnitTest/*.xml
41+
reporter: java-junit
42+
3543
# - name: build
3644
# run: |
3745
# ./gradlew assembleCsuDevDebug --stacktrace

0 commit comments

Comments
 (0)