Multi-db support
This commit is contained in:
parent
80182d1e29
commit
390c53cd12
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ before_script:
|
||||||
- curl -L http://ninja.dev:8000/update
|
- curl -L http://ninja.dev:8000/update
|
||||||
- php artisan ninja:create-test-data 4 true
|
- php artisan ninja:create-test-data 4 true
|
||||||
- php artisan db:seed --no-interaction --class=UserTableSeeder # development seed
|
- php artisan db:seed --no-interaction --class=UserTableSeeder # development seed
|
||||||
#- sed -i 's/DB_TYPE=db-ninja-1/DB_TYPE=db-ninja-2/g' .env
|
- sed -i 's/DB_TYPE=db-ninja-1/DB_TYPE=db-ninja-2/g' .env
|
||||||
|
|
||||||
script:
|
script:
|
||||||
#- php ./vendor/codeception/codeception/codecept run --debug acceptance APICest.php
|
#- php ./vendor/codeception/codeception/codecept run --debug acceptance APICest.php
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue