Skip to content

Commit e1d4dfb

Browse files
committed
Merge branch 'develop' of https://github.com/Korea-Certified-Store/backend into feature/add-divided-mobeom-data(#19)
2 parents 11e7efb + ffd5d9a commit e1d4dfb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/action-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,13 @@ jobs:
3838
env:
3939
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
4040
OCCUPY_SECRET_TEST_DIR: ./src/test/resources # 레포지토리 내 빈 env.yml의 위치 (test)
41-
OCCUPY_SECRET_DIR_FILE_NAME: env.yml # 파일 이름
41+
OCCUPY_SECRET_DIR: ./src/main/resources # 레포지토리 내 빈 env.yml의 위치 (main)
42+
OCCUPY_SECRET_DIR_FILE_NAME: env.yml # 파일 이름
4243

4344
# base64 디코딩하여 파일에 secrets 값 복사
44-
run: echo $OCCUPY_SECRET | base64 --decode > $OCCUPY_SECRET_TEST_DIR/$OCCUPY_SECRET_DIR_FILE_NAME
45+
run: echo $OCCUPY_SECRET | base64 --decode > $OCCUPY_SECRET_DIR/$OCCUPY_SECRET_DIR_FILE_NAME &&
46+
echo $OCCUPY_SECRET | base64 --decode > $OCCUPY_SECRET_TEST_DIR/$OCCUPY_SECRET_DIR_FILE_NAME
47+
4548

4649
# github action 에서 Gradle dependency 캐시 사용
4750
- name: Cache Gradle packages

0 commit comments

Comments
 (0)