Skip to content

Commit

Permalink
[Maintenance] Temporary removal of schema validation due to changes i…
Browse files Browse the repository at this point in the history
…n payum to support dbal v3
  • Loading branch information
lchrusciel committed Jan 11, 2022
1 parent 383fc4d commit 65939a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ 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 65939a0

Please sign in to comment.