From deaa37e37a2bfa99a36b50bbd124eef28ba913a9 Mon Sep 17 00:00:00 2001 From: Denny-Ko Date: Sat, 27 Jan 2024 04:18:26 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20resource=20=EB=94=94=EB=A0=89=ED=86=A0?= =?UTF-8?q?=EB=A6=AC=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 0b45fbe..048cce4 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -24,7 +24,7 @@ jobs: submodules: true - name: Vault에 있는 설정 파일을 프로젝트로 복사 - run: cp ./vault/app/* ./app/src/main/resources && cp ./vault/openapi/* ./openapi/src/main/resources && cp ./vault/notification/* ./notification/src/main/resources + run: cp ./vault/app/* ./app/src/main/resources && cp ./vault/openapi/* ./openapi/src/main/resources && mkdir -p ./notification/src/main/resources && cp ./vault/notification/* ./notification/src/main/resources - name: Set up JDK 21 uses: actions/setup-java@v3