Skip to content

Commit 8bf1efe

Browse files
authored
Merge pull request #232 from prgrms-web-devcourse-final-project/chore/33-infra
chore[infra]: active 변경
2 parents 95d9714 + 6bb4cb7 commit 8bf1efe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI-CD_Pipeline.yml

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

0 commit comments

Comments
 (0)