--env only needs the suffix

This commit is contained in:
Daniel_I_Am 2021-09-05 18:15:09 +02:00
parent d9f95f1de9
commit fe8e9a8943

View File

@ -59,7 +59,7 @@ test-job:
- echo "DB_DATABASE=\"$MYSQL_DATABASE\"" >> .env.testing
- echo "DB_USERNAME=root" >> .env.testing
- echo "DB_PASSWORD=\"$MYSQL_ROOT_PASSWORD\"" >> .env.testing
- php artisan migrate:fresh --seed --env=.env.testing
- php artisan migrate:fresh --seed --env=testing
- ./vendor/bin/phpunit --coverage-text --coverage-cobertura php-coverage.xml
artifacts:
reports: