mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Revert "Be explicit about database host"
This reverts commit fd410c0281
.
This commit is contained in:
parent
fd410c0281
commit
158c82ff5f
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -73,7 +73,6 @@ 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