ci: 修正 tenants:run 參數語法
This commit is contained in:
@@ -104,7 +104,7 @@ jobs:
|
|||||||
php artisan migrate --force &&
|
php artisan migrate --force &&
|
||||||
php artisan tenants:migrate --force &&
|
php artisan tenants:migrate --force &&
|
||||||
php artisan db:seed --force &&
|
php artisan db:seed --force &&
|
||||||
php artisan tenants:run db:seed --class=PermissionSeeder --force &&
|
php artisan tenants:run db:seed --option="class=PermissionSeeder" --option="force=true" &&
|
||||||
php artisan permission:cache-reset &&
|
php artisan permission:cache-reset &&
|
||||||
php artisan optimize:clear &&
|
php artisan optimize:clear &&
|
||||||
php artisan optimize &&
|
php artisan optimize &&
|
||||||
@@ -200,7 +200,7 @@ jobs:
|
|||||||
php artisan migrate --force &&
|
php artisan migrate --force &&
|
||||||
php artisan tenants:migrate --force &&
|
php artisan tenants:migrate --force &&
|
||||||
php artisan db:seed --force &&
|
php artisan db:seed --force &&
|
||||||
php artisan tenants:run db:seed --class=PermissionSeeder --force &&
|
php artisan tenants:run db:seed --option="class=PermissionSeeder" --option="force=true" &&
|
||||||
php artisan permission:cache-reset &&
|
php artisan permission:cache-reset &&
|
||||||
php artisan optimize:clear &&
|
php artisan optimize:clear &&
|
||||||
php artisan optimize &&
|
php artisan optimize &&
|
||||||
|
|||||||
Reference in New Issue
Block a user