From 6e5c8f464fb72417649e2f422ac64c61ba3909fe Mon Sep 17 00:00:00 2001 From: hye-on Date: Mon, 14 Oct 2024 22:47:29 +0900 Subject: [PATCH] =?UTF-8?q?#177=20chore:=20build=20=EB=94=94=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci_dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_dev.yml b/.github/workflows/ci_dev.yml index 227b9f0..d40741b 100644 --- a/.github/workflows/ci_dev.yml +++ b/.github/workflows/ci_dev.yml @@ -28,7 +28,7 @@ jobs: touch ./src/main/resources/application.yml echo '${{ secrets.TOGETUP_DEV_APPLICATION }}' > ./src/main/resources/application.yml shell: bash - + - name: Set Active Profile to 'test' run: echo "SPRING_PROFILES_ACTIVE=test" >> $GITHUB_ENV @@ -36,4 +36,4 @@ jobs: run: chmod +x gradlew - name: Build with Gradle - run: ./gradlew clean build --info + run: ./gradlew clean build