We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2f37e0 + b5bc20e commit 5146b6dCopy full SHA for 5146b6d
.github/workflows/continuous-integration-optional.yml
@@ -136,5 +136,5 @@ jobs:
136
- run: php bin/console doctrine:migrations:migrate --no-interaction -e test
137
working-directory: api
138
139
- - run: php bin/console doctrine:schema:validate --skip-sync -e test && php bin/console doctrine:migrations:up-to-date -e test && ! php bin/console doctrine:migrations:diff -e test --namespace DoctrineMigrations
+ - run: php bin/console doctrine:schema:validate -v -e test
140
0 commit comments