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. #