We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf9ac5 commit 6ce92c1Copy full SHA for 6ce92c1
.github/workflows/test-server-ci.yml
@@ -107,7 +107,7 @@ jobs:
107
NAVER_CLIENT_ID: ${{ secrets.NAVER_CLIENT_ID }}
108
NAVER_CLIENT_SECRET: ${{ secrets.NAVER_CLIENT_SECRET }}
109
LIVEBLOCKS_SECRET_KEY: ${{ secrets.LIVEBLOCKS_SECRET_KEY }}
110
- run: ./gradlew test
+ run: ./gradlew test --stacktrace
111
112
# 8. 테스트 결과 요약 출력
113
- name: Show test results
0 commit comments