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 af6966f commit b3e0801Copy full SHA for b3e0801
.github/workflows/test-server-ci.yml
@@ -82,8 +82,8 @@ jobs:
82
SPRING_RABBITMQ_PORT: 5672
83
SPRING_RABBITMQ_USERNAME: guest
84
SPRING_RABBITMQ_PASSWORD: guest
85
- run: ./gradlew test -Dspring.config.additional-location=${TMP_DIR}/
86
-
+ SPRING_CONFIG_ADDITIONAL_LOCATION: $TMP_DIR/application-secrets.yml,$TMP_DIR/application-secrets-server.yml
+ run: ./gradlew test
87
# ----------------------------------
88
# 3. 테스트 결과 요약
89
0 commit comments