Skip to content

Commit

Permalink
Show stacktrace in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed Dec 22, 2024
1 parent 3d0faa7 commit 8337ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
- name: Test with Gradle
run: chmod 755 gradlew && ./gradlew test
run: chmod 755 gradlew && ./gradlew test --stacktrace
timeout-minutes: 60
env:
GRADLE_SCANS_ACCEPT: yes

0 comments on commit 8337ef4

Please sign in to comment.