Skip to content

Commit 5a538d8

Browse files
committed
ci/cd: 수정
1 parent 40e4dae commit 5a538d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
env:
2929
SPRING_PROFILES_ACTIVE: test-ci
30+
TEST_DATASOURCE_URL: jdbc:h2:mem:db_test;MODE=MySQL;DATABASE_TO_LOWER=TRUE;CASE_INSENSITIVE_IDENTIFIERS=TRUE
31+
TEST_DATASOURCE_USERNAME: sa
32+
TEST_DATASOURCE_PASSWORD:
33+
TEST_DATASOURCE_DRIVER: org.h2.Driver
34+
TEST_JPA_HIBERNATE_DDL_AUTO: create-drop
3035

3136
# ✅ Redis 서비스 추가
3237
services:

0 commit comments

Comments
 (0)