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 9ce8771 commit 0fdc6f5Copy full SHA for 0fdc6f5
.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