We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057daf7 commit 9643fe4Copy full SHA for 9643fe4
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
59
# 빌드 진행
60
- name: Build with Gradle
61
- run: ./gradlew clean build -Dspring.profiles.active=test
+ run: ./gradlew clean build
62
63
# 테스트 결과 출력
64
- name: Publish Test Report
0 commit comments