From 3fd0d3bce8bf59b91e0f6bdf3be73395a5d7b704 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sun, 18 Jun 2023 16:09:50 +0300 Subject: [PATCH] Add execution seeders to the migrations in the CI/CD configuration. --- .drone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yaml b/.drone.yaml index fac5675..3f03408 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -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