From bc792dc46f73f8201b6c3b65254bbd7acbd0882f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=A0=EC=A2=85=ED=99=94?= <77482065+jjongwa@users.noreply.github.com> Date: Wed, 26 Jul 2023 16:48:26 +0900 Subject: [PATCH] Update backend-CI-test.yml --- .github/workflows/backend-CI-test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend-CI-test.yml b/.github/workflows/backend-CI-test.yml index 87a87869e..819f0cfa3 100644 --- a/.github/workflows/backend-CI-test.yml +++ b/.github/workflows/backend-CI-test.yml @@ -45,7 +45,7 @@ jobs: - name: test2 env: APPLICAION_YML: ${{ secrets.APPLICATION_YML }} - run: echo $APPLICATION_YML | base64 --decode > ./src/main/resources/application.yml + run: echo $APPLICATION_YML | base64 --decode > ./src/main/resources/application_dev.yml @@ -64,7 +64,10 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: | ${{ runner.os }}-gradle- - + + - name: Build with Custom YAML + run: application_dev.yml ./src/main/resources/application_dev.yml + - name: chmod gradlew run: chmod +x gradlew