Skip to content

Commit 1936a8d

Browse files
committed
refactor : SPRING_CONFIG_ADDITIONAL_LOCATION에 file:// 접두사 적용
1 parent b3e0801 commit 1936a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-server-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
SPRING_RABBITMQ_PORT: 5672
8383
SPRING_RABBITMQ_USERNAME: guest
8484
SPRING_RABBITMQ_PASSWORD: guest
85-
SPRING_CONFIG_ADDITIONAL_LOCATION: $TMP_DIR/application-secrets.yml,$TMP_DIR/application-secrets-server.yml
85+
SPRING_CONFIG_ADDITIONAL_LOCATION: "file://$TMP_DIR/application-secrets.yml,file://$TMP_DIR/application-secrets-server.yml"
8686
run: ./gradlew test
8787
# ----------------------------------
8888
# 3. 테스트 결과 요약

0 commit comments

Comments
 (0)