Skip to content

Commit ac3e568

Browse files
Merge pull request #42 from Lions-Forest/chore
fix: ci 코드 빌드에서 테스트 없애도록 수정
2 parents 4b4113f + 6e35e2c commit ac3e568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# 5. Gradle로 빌드 (테스트 스킵을 원하면 -x test 추가)
4545
- name: Build with Gradle
46-
run: ./gradlew build
46+
run: ./gradlew build -x test
4747

4848
# =======================================================
4949
# 6. (CD 시작) 빌드된 JAR 파일을 EC2로 전송

0 commit comments

Comments
 (0)