Skip to content

Commit d86a2d0

Browse files
committed
rv deploy test DB env
1 parent 52537e5 commit d86a2d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
# ステップ6: テストを実行
5959
# ここで AuthTest.php、PostControllerTest.php などのテストが実行される
6060
- name: Run tests
61+
env:
62+
DB_HOST: 127.0.0.1
63+
DB_USERNAME: root
6164
run: php artisan test # PHPUnit を実行
6265

6366
# ========================================

0 commit comments

Comments
 (0)