We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef37134 commit a072380Copy full SHA for a072380
.github/workflows/gradle.yml
@@ -42,6 +42,7 @@ jobs:
42
if: success() || failure() # always run even if the previous step fails
43
with:
44
report_paths: '**/build/test-results/test/TEST-*.xml'
45
+ include_passed: true
46
47
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
48
# 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