Skip to content

Commit 95d9714

Browse files
authored
Merge pull request #231 from prgrms-web-devcourse-final-project/chore/33-infra
Chore/33 infra
2 parents 82f0aaf + f62cfa0 commit 95d9714

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
cat > .env << 'EOF'
8484
# Datasource 설정 (application-test.yml에서 참조)
85-
TEST_DATASOURCE_URL=jdbc:h2:mem:db_test;MODE=MySQL
85+
TEST_DATASOURCE_URL=jdbc:h2:mem:db_test;MODE=MySQL;DATABASE_TO_LOWER=TRUE;CASE_INSENSITIVE_IDENTIFIERS=TRUE
8686
TEST_DATASOURCE_USERNAME=sa
8787
TEST_DATASOURCE_PASSWORD=
8888
TEST_DATASOURCE_DRIVER=org.h2.Driver

backend/src/test/resources/application-test-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spring:
2020
use_sql_comments: true
2121
format_sql: true
2222
highlight_sql: true
23+
dialect: org.hibernate.dialect.H2Dialect
2324

2425
mail:
2526
host: smtp.daum.net

0 commit comments

Comments
 (0)