Skip to content

Commit

Permalink
Gradle debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
prdoyle committed Jul 3, 2024
1 parent 06c6463 commit 3ca829e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Run Gradle Test
run: |
./gradlew spotlessCheck spotBugsMain test --profile --fail-fast
./gradlew spotlessCheck spotBugsMain test --profile --fail-fast --debug
env:
ORG_GRADLE_PROJECT_ossrhUsername: ${{secrets.OSSRH_USERNAME}}
ORG_GRADLE_PROJECT_ossrhPassword: ${{secrets.OSSRH_TOKEN}}
Expand Down

0 comments on commit 3ca829e

Please sign in to comment.