Skip to content

Commit 1e8bcd9

Browse files
committed
Added stacktrace option to Gradle test command for better debugging
1 parent 857bc4f commit 1e8bcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: 'Grant execute permission for gradlew'
1919
run: chmod +x gradlew
2020
- name: 'Gradle: compile and run unit tests'
21-
run: ./gradlew test --warning-mode all
21+
run: ./gradlew test --warning-mode all --stacktrace

0 commit comments

Comments
 (0)