Skip to content

Commit c8a0dd2

Browse files
authored
Merge pull request #234 from prgrms-web-devcourse-final-project/chore/33-infra
chore[infra]: test수정
2 parents e2b232e + 0d3db46 commit c8a0dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# Datasource 설정 (application-test.yml에서 참조)
8484
TEST_DATASOURCE_URL=jdbc:h2:mem:db_test;MODE=MySQL
8585
TEST_DATASOURCE_USERNAME=sa
86-
TEST_DATASOURCE_PASSWORD=
86+
TEST_DATASOURCE_PASSWORD=""
8787
TEST_DATASOURCE_DRIVER=org.h2.Driver
8888
8989
# JPA 설정 (application-test.yml에서 참조)
@@ -96,7 +96,7 @@ jobs:
9696
# Redis 설정 (application-test.yml에서 참조, GitHub Actions 서비스 사용)
9797
TEST_REDIS_HOST=localhost
9898
TEST_REDIS_PORT=6379
99-
TEST_REDIS_PASSWORD=
99+
TEST_REDIS_PASSWORD=""
100100
101101
# Qdrant
102102
TEST_QDRANT_HOST=localhost

0 commit comments

Comments
 (0)