From fb401316d01825190940698670fb61c21090ca27 Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Sat, 20 Jan 2024 16:48:31 +0100 Subject: [PATCH] #316 Use Test Result publisher GH action --- .github/workflows/gradle-build.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 2a7fed24..d3727ab8 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -17,4 +17,11 @@ jobs: uses: gradle/gradle-build-action@v2 - name: Execute Gradle build - run: ./gradlew check --scan -stacktrace \ No newline at end of file + run: ./gradlew check --scan -stacktrace + + - name: 'Publish Test Results' + uses: EnricoMi/publish-unit-test-result-action/composite@v2 + if: always() + with: + files: | + build/test-results/**/*.xml