Skip to content

Commit a7c6ab8

Browse files
committed
stack-trace-DEBUG
1 parent a1b72fe commit a7c6ab8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
run: chmod +x ./gradlew
2727

2828
- name: do test
29-
run: ./gradlew test --no-daemon
29+
run: ./gradlew test --stacktrace --no-daemon -Dspring.profiles.active=test --info
30+
env:
31+
JAVA_TOOL_OPTIONS: "-Dlogging.level.root=DEBUG"
3032

3133
tagging:
3234
name: 태깅 및 릴리즈

0 commit comments

Comments
 (0)