From 99defa367d45537189078ba3f196b57b2bd36226 Mon Sep 17 00:00:00 2001 From: wooki Date: Tue, 26 Aug 2025 12:43:19 +0900 Subject: [PATCH] =?UTF-8?q?chore(#17):=20ci.yml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7001101..cd5ff6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,12 @@ jobs: java-version: '17' distribution: 'temurin' + - name: Make application-test.properties + run: | + mkdir -p ./src/test/resources + echo "${{ secrets.ENV_PROPERTIES }}" > ./src/test/resources/application-test.properties + shell: bash + - name: Setup Gradle uses: gradle/actions/setup-gradle@v3