diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efe79d1..ff97efc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,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