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
|
||||
image: laradock/workspace:latest-8.2
|
||||
commands:
|
||||
- php artisan migrate
|
||||
- php artisan migrate --seed
|
||||
|
||||
- name: run tests
|
||||
image: laradock/workspace:latest-8.2
|
||||
|
||||
Reference in New Issue
Block a user