We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dcb58 commit ced46abCopy full SHA for ced46ab
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
run: composer install --no-interaction --optimize-autoloader
32
33
- name: Setup database
34
- run: bin/console doctrine:schema:create
+ run: bin/console doctrine:migrations:migrate --no-interaction
35
36
- name: Run tests
37
run: ./vendor/bin/phpunit
0 commit comments