mirror of
https://github.com/tchapi/davis.git
synced 2025-01-17 21:08:17 +01:00
Add migration step
This commit is contained in:
parent
dda3713cce
commit
db043cba4f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user