Add execution seeders to the migrations in the CI/CD configuration.

main
KKlochko 2 years ago
parent d4f3072169
commit 3fd0d3bce8

@ -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

Loading…
Cancel
Save