We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0487f commit 06c7fb0Copy full SHA for 06c7fb0
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: gradle/wrapper-validation-action@v1.1.0
33
34
# Run tests
35
- - run: ./gradlew test
+ - run: ./gradlew test --info
36
37
# Collect Tests Result of failed tests
38
- if: ${{ failure() }}
0 commit comments