ci: add report

This commit is contained in:
2025-04-12 04:16:34 +02:00
parent 575aee6e04
commit f0308c7d3e

View File

@@ -106,3 +106,11 @@ jobs:
with:
name: test-results
path: build/reports/tests/test
- name: Publish Test Report
uses: dorny/test-reporter@v1
if: always()
with:
name: JUnit Tests
path: build/test-results/test/TEST-*.xml
reporter: java-junit