We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95d9714 + 6bb4cb7 commit 8bf1efeCopy full SHA for 8bf1efe
.github/workflows/CI-CD_Pipeline.yml
@@ -82,6 +82,7 @@ jobs:
82
run: |
83
cat > .env << 'EOF'
84
# Datasource 설정 (application-test.yml에서 참조)
85
+ SPRING_PROFILES_ACTIVE=test
86
TEST_DATASOURCE_URL=jdbc:h2:mem:db_test;MODE=MySQL;DATABASE_TO_LOWER=TRUE;CASE_INSENSITIVE_IDENTIFIERS=TRUE
87
TEST_DATASOURCE_USERNAME=sa
88
TEST_DATASOURCE_PASSWORD=
0 commit comments