From 6a131ecd48bad1e5814b3375ebe041e52cdfff68 Mon Sep 17 00:00:00 2001 From: eedo_y Date: Thu, 4 Sep 2025 00:08:48 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore/KIKI-48=20:=20CICD=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=B4=ED=94=84=EB=9D=BC=EC=9D=B8=20=EB=82=B4?= =?UTF-8?q?=EB=B6=80=20test.xml=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev-ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev-ci-cd.yml b/.github/workflows/dev-ci-cd.yml index ccfbe00..5bad4fa 100644 --- a/.github/workflows/dev-ci-cd.yml +++ b/.github/workflows/dev-ci-cd.yml @@ -76,6 +76,7 @@ jobs: mkdir -p src/test/resources echo "${{ secrets.APPLICATION_TEST_YML }}" > ./src/test/resources/application-test.yml + echo "${{ secrets.LOGBACK_TEST_XML }}" > ./src/test/resources/logback-test.xml # 4. gradle 환경 설치 - name: Gradle Wrapper 권한 부여