Skip to content

Commit 88642ea

Browse files
committed
ci: fix mysql env for testing
1 parent 8ca0806 commit 88642ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,8 @@ jobs:
182182
run: php artisan migrate:fresh --seed --env=testing --force
183183

184184
- name: Run tests with Pest (parallel)
185+
env:
186+
DB_HOST: 127.0.0.1
187+
DB_USERNAME: root
188+
DB_PASSWORD: root
185189
run: php artisan test --parallel --recreate-databases --stop-on-failure

0 commit comments

Comments
 (0)