Skip to content

Commit 81644be

Browse files
committed
feat/OPS-390: CI 워크플로우 일부 수정.
1 parent a73c731 commit 81644be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
- name: Test with Gradle
6969
# 테스트 단계에서 RabbitMQ 연결을 위한 환경 변수 설정
7070
env:
71+
SPRING_PROFILES_ACTIVE: test
7172
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
7273
SPRING_RABBITMQ_HOST: localhost
7374
SPRING_RABBITMQ_USERNAME: guest

0 commit comments

Comments
 (0)