diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b667eba..72c8ce0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 \ No newline at end of file