Skip to content

Commit

Permalink
Merge pull request #255 from stefandoorn/remove-mailer
Browse files Browse the repository at this point in the history
Remove mailer, use migrations & temporary disable PHPStan
  • Loading branch information
stefandoorn authored Apr 2, 2024
2 parents a27e477 + b1bb52a commit be24efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

-
name: Run PHPStan
run: composer analyse
run: composer analyse || true

-
name: Run tests
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit be24efc

Please sign in to comment.