Add migration step

This commit is contained in:
tchapi 2022-01-04 21:00:11 +01:00
parent dda3713cce
commit db043cba4f

View File

@ -93,6 +93,8 @@ jobs:
- name: Install highest dependencies with Composer
if: matrix.dependencies == 'highest'
run: composer update --no-progress --ansi
- name: Migrate database
run: bin/console doctrine:schema:update --force --no-interaction
- name: Run tests with PHPUnit
run: vendor/bin/phpunit --process-isolation --colors=always
env: