From 1917e54274a4756865c0c5fa39dd1ad4ba9dfb29 Mon Sep 17 00:00:00 2001 From: seungheonlee Date: Sun, 20 Jul 2025 18:10:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20jar=20=EB=B9=8C=EB=93=9C=20=EB=AA=85?= =?UTF-8?q?=EB=A0=B9=EC=96=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 074b996..93cc14c 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -42,7 +42,10 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - + + - name: Build with Gradle, without test + run: ./gradlew clean build -x test + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: