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

This commit is contained in:
2023-06-18 16:09:50 +03:00
parent d4f3072169
commit 3fd0d3bce8
+1 -1
View File
@@ -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