Skip to content

Commit 06c7fb0

Browse files
committed
Add --info to CI tests
It seems the default is to say a test fails but give no explanation as to why.
1 parent af0487f commit 06c7fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: gradle/wrapper-validation-action@v1.1.0
3333

3434
# Run tests
35-
- run: ./gradlew test
35+
- run: ./gradlew test --info
3636

3737
# Collect Tests Result of failed tests
3838
- if: ${{ failure() }}

0 commit comments

Comments
 (0)