diff --git a/.github/workflows/Java_CI.yml b/.github/workflows/Java_CI.yml index ff87fef..3073114 100644 --- a/.github/workflows/Java_CI.yml +++ b/.github/workflows/Java_CI.yml @@ -37,7 +37,6 @@ jobs: # - name: Wait for MySQL to be ready # run: sleep 10 - # MySQL 연결 확인 부분도 주석 처리 (H2를 사용하므로 MySQL 연결 확인을 할 필요 없음) # - name: Check MySQL connection # run: | # mysql -h 127.0.0.1 -u testuser -ptestpassworD # 'mysql' 대신 '127.0.0.1' 사용 diff --git a/todo/.gradle/8.12.1/executionHistory/executionHistory.bin b/todo/.gradle/8.12.1/executionHistory/executionHistory.bin index 0636155..d81e444 100644 Binary files a/todo/.gradle/8.12.1/executionHistory/executionHistory.bin and b/todo/.gradle/8.12.1/executionHistory/executionHistory.bin differ diff --git a/todo/.gradle/8.12.1/executionHistory/executionHistory.lock b/todo/.gradle/8.12.1/executionHistory/executionHistory.lock index adb0d14..500a2f3 100644 Binary files a/todo/.gradle/8.12.1/executionHistory/executionHistory.lock and b/todo/.gradle/8.12.1/executionHistory/executionHistory.lock differ diff --git a/todo/.gradle/8.12.1/fileHashes/fileHashes.bin b/todo/.gradle/8.12.1/fileHashes/fileHashes.bin index 4c8bce2..9c08dd5 100644 Binary files a/todo/.gradle/8.12.1/fileHashes/fileHashes.bin and b/todo/.gradle/8.12.1/fileHashes/fileHashes.bin differ diff --git a/todo/.gradle/8.12.1/fileHashes/fileHashes.lock b/todo/.gradle/8.12.1/fileHashes/fileHashes.lock index 2e1e06a..35082bd 100644 Binary files a/todo/.gradle/8.12.1/fileHashes/fileHashes.lock and b/todo/.gradle/8.12.1/fileHashes/fileHashes.lock differ diff --git a/todo/.gradle/8.12.1/fileHashes/resourceHashesCache.bin b/todo/.gradle/8.12.1/fileHashes/resourceHashesCache.bin index 0e4ef7d..7e9cbe0 100644 Binary files a/todo/.gradle/8.12.1/fileHashes/resourceHashesCache.bin and b/todo/.gradle/8.12.1/fileHashes/resourceHashesCache.bin differ diff --git a/todo/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/todo/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 712fb1f..2666868 100644 Binary files a/todo/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/todo/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/todo/build/reports/tests/test/index.html b/todo/build/reports/tests/test/index.html index c0a75cd..b690e9c 100644 --- a/todo/build/reports/tests/test/index.html +++ b/todo/build/reports/tests/test/index.html @@ -26,7 +26,7 @@
failures
duration
successful
| -com.todo.todo.Intergration + | +com.todo.todo.Controller | 4 | -1 | 0 | -3.365s | -75% | +0 | +3.583s | +100% |
| -com.todo.todo.Intergration.TodoIntergrationTest + | +com.todo.todo.Controller.TodoControllerTest | 4 | -1 | 0 | -3.365s | -75% | +0 | +3.583s | +100% |