Change startup script for db tests
This commit is contained in:
parent
991db9e0a2
commit
1abf656434
|
|
@ -120,7 +120,7 @@ jobs:
|
|||
|
||||
- name: Migrate Database
|
||||
run: |
|
||||
php artisan migrate:fresh --seed --force && php artisan db:seed --force
|
||||
php artisan migrate:fresh && php artisan db:seed
|
||||
|
||||
- name: Run Testsuite
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue