File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 env :
3535 SPRING_PROFILES_ACTIVE : ci
36+ TZ : Asia/Seoul
3637 CI_DB_HOST : 127.0.0.1
3738 CI_DB_PORT : 3306
3839 CI_DB_NAME : ci_db
6566 exit 1
6667
6768 - name : Run tests
68- run : ./gradlew test --stacktrace --info
69+ run : ./gradlew test --stacktrace --info -Duser.timezone=Asia/Seoul
6970
7071 build :
7172 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3131
3232 env :
3333 SPRING_PROFILES_ACTIVE : ci
34+ TZ : Asia/Seoul
3435 CI_DB_HOST : 127.0.0.1
3536 CI_DB_PORT : 3306
3637 CI_DB_NAME : ci_db
6364 exit 1
6465
6566 - name : Run tests
66- run : ./gradlew test --stacktrace --info
67+ run : ./gradlew test --stacktrace --info -Duser.timezone=Asia/Seoul
6768
6869 build_and_deploy :
6970 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -82,4 +82,5 @@ dependencies {
8282
8383tasks. named(' test' ) {
8484 useJUnitPlatform()
85+ systemProperty " user.timezone" , " Asia/Seoul"
8586}
You can’t perform that action at this time.
0 commit comments