Skip to content

Commit 14f2600

Browse files
committed
chore: GitHub Actions 빌드 시 테스트 실행 제외
1 parent 621ba37 commit 14f2600

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
@@ -45,7 +45,7 @@ jobs:
4545
echo "${{ secrets.APPLICATION_PROD }}" > src/main/resources/application-prod.properties
4646
4747
- name: Build with Gradle
48-
run: ./gradlew clean build
48+
run: ./gradlew clean build -x test
4949

5050
- name: Login to Docker Hub
5151
uses: docker/login-action@v3

0 commit comments

Comments
 (0)