We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e0801 commit 1936a8dCopy full SHA for 1936a8d
.github/workflows/test-server-ci.yml
@@ -82,7 +82,7 @@ jobs:
82
SPRING_RABBITMQ_PORT: 5672
83
SPRING_RABBITMQ_USERNAME: guest
84
SPRING_RABBITMQ_PASSWORD: guest
85
- SPRING_CONFIG_ADDITIONAL_LOCATION: $TMP_DIR/application-secrets.yml,$TMP_DIR/application-secrets-server.yml
+ SPRING_CONFIG_ADDITIONAL_LOCATION: "file://$TMP_DIR/application-secrets.yml,file://$TMP_DIR/application-secrets-server.yml"
86
run: ./gradlew test
87
# ----------------------------------
88
# 3. 테스트 결과 요약
0 commit comments