update: testing environment

This commit is contained in:
HDVinnie
2021-01-05 17:23:43 -05:00
parent f6352b7973
commit 10b0d529db
2 changed files with 3 additions and 3 deletions
+2
View File
@@ -5,6 +5,8 @@ APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://unit3d.site
MIX_ECHO_ADDRESS=http://unit3d.site:8443
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
+1 -3
View File
@@ -59,6 +59,4 @@ jobs:
DB_USERNAME: UNIT3D
DB_PASSWORD: UNIT3D
DB_PORT: 33306
run: |
php artisan migrate --seed
php artisan test
run: php artisan test