Skip to content

Commit

Permalink
Add --stacktrace to Gradle test task
Browse files Browse the repository at this point in the history
  • Loading branch information
froque committed Nov 8, 2024
1 parent f3f2ece commit b17c9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# Run tests
- name: Run Tests
run: ./gradlew test
run: ./gradlew --stacktrace test

# Collect Tests Result of failed tests
- name: Collect Tests Result
Expand Down

0 comments on commit b17c9ae

Please sign in to comment.