Skip to content

Commit

Permalink
add --info to gradle test
Browse files Browse the repository at this point in the history
  • Loading branch information
ylexus committed Jun 11, 2021
1 parent a8f557c commit 61d4199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
java-version: 14.0.2
- name: Build with Gradle
run: ./gradlew --stacktrace test --no-daemon
run: ./gradlew --info test --no-daemon

0 comments on commit 61d4199

Please sign in to comment.