Skip to content

Commit

Permalink
try improving gradle test output
Browse files Browse the repository at this point in the history
  • Loading branch information
jablan committed Oct 12, 2023
1 parent 9ff6d7a commit 4d7ed52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
with:
distribution: temurin
java-version: 11
- name: Set up Gradle
- name: Run gradle test
uses: gradle/gradle-build-action@v2
with:
gradle-version: 7.1.1
build-root-directory: ./clients/java
args: test --info
arguments: test --info

0 comments on commit 4d7ed52

Please sign in to comment.