add migration and seeder

This commit is contained in:
Martin Kiragu
2023-03-02 08:37:38 +03:00
parent a6590e3b81
commit 86a5a3b2d9
+2 -2
View File
@@ -32,8 +32,8 @@ test_job:
- composer install
- cp .env.example .env
- php artisan key:generate
# - php artisan migrate
#- php artisan db:seed
- php artisan migrate
- php artisan db:seed
# - php artisan test
rules:
- if: '$CI_COMMIT_BRANCH =~ /.*/'