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.
1 parent 2f0fd37 commit a17abe6Copy full SHA for a17abe6
.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 -v -e test
+ - run: php bin/console doctrine:schema:validate --skip-sync -e test && php bin/console doctrine:migrations:up-to-date && ! php bin/console doctrine:migrations:diff --namespace DoctrineMigrations
140
0 commit comments