From b609b1974dc855907a0a6e35e8c9690525ff7930 Mon Sep 17 00:00:00 2001 From: yukong Date: Wed, 21 Feb 2024 19:16:09 +0900 Subject: [PATCH] =?UTF-8?q?[CHORE]=20Github=20Actions=20=EC=8B=9C=20Maven?= =?UTF-8?q?=20=EB=B9=8C=EB=93=9C=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 2ccd35d..97dd808 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -24,8 +24,8 @@ jobs: echo "${{ secrets.APPLICATION_LOCAL }}" > src/main/resources/application-local.properties echo "${{ secrets.APPLICATION_DEV }}" > src/main/resources/application-dev.properties - - name: Build with Gradle - run: ./gradlew build -x test + - name: Build with Maven + run: mvn -e clean package -DskipTests - name: Docker build and push run: |