Skip to content

Commit

Permalink
[Maintenance] Bring back schema validate
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Jan 18, 2022
1 parent ece9cde commit 2b5c55c
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 2b5c55c

Please sign in to comment.