Skip to content

Commit

Permalink
minor #658 [Maintenance] Bring back schema validate (lchrusciel)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------


Commits
-------
2b5c55c [Maintenance] Bring back schema validate
  • Loading branch information
Zales0123 authored Jan 25, 2022
2 parents ece9cde + 2b5c55c commit 81df736
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ jobs:
name: Prepare test application cache
run: bin/console cache:warmup -vvv

-
name: Prepare Messenger transport (Doctrine)
run: bin/console messenger:setup-transports -vvv

-
name: Load fixtures
run: bin/console sylius:fixtures:load -n
Expand All @@ -156,6 +160,10 @@ jobs:
name: Run PHPStan
run: vendor/bin/phpstan analyse -c phpstan.neon -l max src/

-
name: Validate database schema
run: bin/console doctrine:schema:validate

-
name: Run PHPSpec
run: vendor/bin/phpspec run --ansi -f progress --no-interaction
Expand Down

0 comments on commit 81df736

Please sign in to comment.