Skip to content

Commit 6ce92c1

Browse files
committed
test
1 parent dbf9ac5 commit 6ce92c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-server-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
NAVER_CLIENT_ID: ${{ secrets.NAVER_CLIENT_ID }}
108108
NAVER_CLIENT_SECRET: ${{ secrets.NAVER_CLIENT_SECRET }}
109109
LIVEBLOCKS_SECRET_KEY: ${{ secrets.LIVEBLOCKS_SECRET_KEY }}
110-
run: ./gradlew test
110+
run: ./gradlew test --stacktrace
111111

112112
# 8. 테스트 결과 요약 출력
113113
- name: Show test results

0 commit comments

Comments
 (0)