Working on tests
This commit is contained in:
parent
6871f4ba0d
commit
afd13874fd
1 changed files with 2 additions and 1 deletions
|
|
@ -93,7 +93,8 @@ script:
|
|||
#- php ./vendor/codeception/codeception/codecept run acceptance GoProCest.php
|
||||
|
||||
after_script:
|
||||
- php artisan ninja:check-data --no-interaction
|
||||
- php artisan ninja:check-data --no-interaction --database='db-ninja-1'
|
||||
- php artisan ninja:check-data --no-interaction --database='db-ninja-2'
|
||||
- php artisan ninja:init-lookup --validate=true --database='db-ninja-1'
|
||||
- php artisan ninja:init-lookup --validate=true --database='db-ninja-2'
|
||||
- cat .env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue