Skip to content

Commit 8fb2163

Browse files
authored
Update CICD.yml
메모리 확인용
1 parent 325fd62 commit 8fb2163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build with Gradle (Multimodule)
4646
run: |
4747
chmod +x ./gradlew
48-
./gradlew clean build -x test --parallel --build-cache --daemon --configure-on-demand
48+
./gradlew clean build -x test --no-daemon
4949
# 프로젝트를 Gradle로 빌드. 테스트는 제외하고 실행. (--parallel, --build-cache 사용으로 시간 줄이기)
5050

5151
# Docker 태그용 환경변수 설정

0 commit comments

Comments
 (0)