Add execution seeders to the migrations in the CI/CD configuration.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ steps:
|
|||||||
- name: run migrations
|
- name: run migrations
|
||||||
image: laradock/workspace:latest-8.2
|
image: laradock/workspace:latest-8.2
|
||||||
commands:
|
commands:
|
||||||
- php artisan migrate
|
- php artisan migrate --seed
|
||||||
|
|
||||||
- name: run tests
|
- name: run tests
|
||||||
image: laradock/workspace:latest-8.2
|
image: laradock/workspace:latest-8.2
|
||||||
|
|||||||
Reference in New Issue
Block a user