Skip to content

Commit

Permalink
Enable schema validate after Payum update
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran authored and delyriand committed Apr 8, 2022
1 parent 497d058 commit 03534dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ test.yaml: ## Lint the symfony Yaml files
${CONSOLE} lint:yaml ../../recipes ../../src/Resources/config

test.schema: ## Validate MySQL Schema
${CONSOLE} doctrine:schema:validate || true
${CONSOLE} doctrine:schema:validate

test.twig: ## Validate Twig templates
${CONSOLE} lint:twig --no-debug templates/ ../../src/Resources/views/
Expand Down

0 comments on commit 03534dc

Please sign in to comment.