diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86f3260..81adacc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: run: composer install --no-interaction --optimize-autoloader - name: Setup database - run: bin/console doctrine:schema:create + run: bin/console doctrine:migrations:migrate --no-interaction - name: Run tests run: ./vendor/bin/phpunit