Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #208 from Strong-Potato/feature/#207-vault-bug
Browse files Browse the repository at this point in the history
[Fix] resource 디렉토리 생성
  • Loading branch information
Dr-KoKo authored Jan 26, 2024
2 parents 5e77807 + deaa37e commit a06f0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a06f0b2

Please sign in to comment.