Skip to content

Commit 59b44c3

Browse files
author
EpicFn
committed
fix : build 단계에선 testest를 수행하지 않도록 변경
1 parent 5de876d commit 59b44c3

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
@@ -100,7 +100,7 @@ jobs:
100100
101101
# 9. Gradle 빌드 실행 (테스트 성공 시)
102102
- name: Build with Gradle
103-
run: ./gradlew build
103+
run: ./gradlew build -x test
104104

105105
# 10. GHCR 로그인
106106
- name: Log in to GHCR

0 commit comments

Comments
 (0)