From 483ad458d8352dc2d498713d7fad94d0d1686c1e Mon Sep 17 00:00:00 2001 From: Jung-kr Date: Tue, 24 Jun 2025 19:18:17 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EB=B0=8F=20=EB=B0=B0=ED=8F=AC3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d6d2827..fb8fb0a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: PROD_ORIGIN: ${{ secrets.PROD_ORIGIN }} - name: Build Spring Boot JAR (skip tests) - run: ./gradlew clean build + run: ./gradlew clean build -x test - name: Upload project to EC2 uses: appleboy/scp-action@v0.1.7