mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
generate key, run migration and database seeder
This commit is contained in:
@@ -30,6 +30,8 @@ test_job:
|
||||
stage: test
|
||||
script:
|
||||
- composer install
|
||||
- php artisan key:generate
|
||||
- php artisan migrate
|
||||
- php artisan test
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH =~ /.*/'
|
||||
|
||||
Reference in New Issue
Block a user