Skip to content

Commit 7fa00f6

Browse files
author
volker
committed
show test results
1 parent 3c54e8b commit 7fa00f6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/build11.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ jobs:
1515
distribution: 'temurin'
1616
- name: Build with Gradle
1717
run: gradle build --stacktrace
18+
- name: Publish Test Results
19+
uses: EnricoMi/publish-unit-test-result-action@v2
20+
if: always()
21+
with:
22+
files: '**/test-results/**/*.xml'

.github/workflows/build8.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ jobs:
1515
distribution: 'temurin'
1616
- name: Build with Gradle
1717
run: gradle build --stacktrace
18+
- name: Publish Test Results
19+
uses: EnricoMi/publish-unit-test-result-action@v2
20+
if: always()
21+
with:
22+
files: '**/test-results/**/*.xml'

0 commit comments

Comments
 (0)