Skip to content

Commit a072380

Browse files
authored
Add passed tests to the output
1 parent ef37134 commit a072380

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
if: success() || failure() # always run even if the previous step fails
4343
with:
4444
report_paths: '**/build/test-results/test/TEST-*.xml'
45+
include_passed: true
4546

4647
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
4748
# If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.

0 commit comments

Comments
 (0)