Skip to content

Commit 189c089

Browse files
committed
publish tests
1 parent 0b29b66 commit 189c089

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-master.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ jobs:
4444
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4545
run: ./mvnw package --settings .github/settings.xml -Pgithub
4646

47+
- name: Publish Test Report
48+
uses: mikepenz/action-junit-report@v5
49+
if: always() # always run even if the previous step fails
50+
with:
51+
include_time_in_summary: 'true'
52+
include_passed: 'true'
53+
detailed_summary: 'true'
54+
report_paths: '**/build/test-results/test/TEST-*.xml'
55+
56+
4757
release-notes:
4858
runs-on: ubuntu-latest
4959
steps:

0 commit comments

Comments
 (0)