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 committed Jan 10, 2022
1 parent 52088b2 commit 7654590
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 @@ -132,7 +132,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 7654590

Please sign in to comment.