File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
backend/src/test/resources Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2222 - os : ubuntu-latest
2323 gradle_cmd : " ./gradlew"
2424 report_path : " backend/build/reports/tests"
25- domain_tasks : " testUser testExchange testTrade_log testWallet testCoin"
2625
2726 runs-on : ${{ matrix.os }}
2827 env :
@@ -82,17 +81,17 @@ jobs:
8281 run : |
8382 cat > .env << 'EOF'
8483 # 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
84+ TEST_DATASOURCE_URL=jdbc:h2:mem:db_test;MODE=MySQL
8785 TEST_DATASOURCE_USERNAME=sa
8886 TEST_DATASOURCE_PASSWORD=
8987 TEST_DATASOURCE_DRIVER=org.h2.Driver
9088
9189 # JPA 설정 (application-test.yml에서 참조)
9290 TEST_JPA_HIBERNATE_DDL_AUTO=create-drop
9391
94- send_email_password=${{ secrets.SEND_EMAIL_PASSWORD }}
9592 send_email_address=${{ secrets.SEND_EMAIL_ADDRESS }}
93+ send_email_password=${{ secrets.SEND_EMAIL_PASSWORD }}
94+
9695
9796 # Redis 설정 (application-test.yml에서 참조, GitHub Actions 서비스 사용)
9897 TEST_REDIS_HOST=localhost
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ spring:
2020 use_sql_comments : true
2121 format_sql : true
2222 highlight_sql : true
23- dialect : org.hibernate.dialect.H2Dialect
2423
2524 mail :
2625 host : smtp.daum.net
You can’t perform that action at this time.
0 commit comments