From ad420e27de2d1f49de48cbdd021eadf0aa048935 Mon Sep 17 00:00:00 2001 From: Edward Harman Date: Wed, 21 Aug 2024 10:23:34 -0400 Subject: [PATCH] Show test report in Github action. --- .github/workflows/gradle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 11acdba..de75380 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -36,6 +36,9 @@ jobs: - name: Build with Gradle Wrapper run: ./gradlew build + - name: Test Reporter + uses: dorny/test-reporter@v1.9.1 + # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html). # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version. #