Add test report

This commit is contained in:
Petr Mrázek 2022-10-24 18:22:19 +02:00
parent 43ed8a0524
commit 3e7208bf47

View file

@ -18,4 +18,9 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build test --scan
arguments: build test
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'