Skip to content

Commit da4b41c

Browse files
Merge pull request #6650 from finos/waltz-6536-test-reports
Update maven.yml
2 parents 8e83653 + 960cfa1 commit da4b41c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
with:
7272
name: surefire-results.html
7373
path: target/site/surefire-report.html
74+
75+
- name: Publish Test Report
76+
if: success() || failure()
77+
uses: scacap/action-surefire-report@v1
78+
7479

7580
- name: Login to GitHub Registry
7681
if: ${{ github.ref_type == 'tag' }}

0 commit comments

Comments
 (0)