Revert "Be explicit about database host"

This reverts commit fd410c0281.
This commit is contained in:
Marcus Moore 2023-11-09 15:26:50 -08:00
parent fd410c0281
commit 158c82ff5f

View file

@ -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