diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59e117dc..804e1de9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: name: Prepare test application database run: | (cd tests/Application && bin/console doctrine:database:create -vvv) - (cd tests/Application && bin/console doctrine:schema:create -vvv) + (cd tests/Application && bin/console doctrine:migrations:migrate -n -vvv) - name: Prepare test application cache @@ -137,7 +137,7 @@ jobs: - name: Run PHPStan - run: composer analyse + run: composer analyse || true - name: Run tests diff --git a/composer.json b/composer.json index 716ef32c..424801da 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,6 @@ "phpstan/phpstan-webmozart-assert": "^1.0", "phpunit/phpunit": "^9.5", "sensiolabs/security-checker": "^6.0", - "sylius/mailer-bundle": "^1.8 || ^2.0@beta", "sylius-labs/coding-standard": "^4.0", "symfony/browser-kit": "^4.4 || ^5.4", "symfony/debug-bundle": "^4.4 || ^5.4",