--env only needs the suffix
This commit is contained in:
parent
d9f95f1de9
commit
fe8e9a8943
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user