mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Be explicit about database host
This commit is contained in:
parent
65e3696029
commit
fd410c0281
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -73,6 +73,7 @@ jobs:
|
|||
env:
|
||||
DB_CONNECTION: mysql
|
||||
DB_DATABASE: snipeit
|
||||
DB_HOST: 127.0.0.1
|
||||
DB_PORT: ${{ job.services.mysql.ports[3306] }}
|
||||
DB_USERNAME: root
|
||||
run: php artisan test --parallel
|
||||
|
|
Loading…
Reference in a new issue