Skip to content

Commit

Permalink
ci: Run gradle tests with --info
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Nov 3, 2023
1 parent 968c4b4 commit 9aaeaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build Gradle Plugin
run: cd jte-gradle-plugin && ./gradlew publishToMavenLocal
- name: Run all the Gradle Plugin tests
run: cd test/gradle-test-wrapper && ./gradlew check
run: cd test/gradle-test-wrapper && ./gradlew --info check


coverage:
Expand Down

0 comments on commit 9aaeaeb

Please sign in to comment.