Skip to content

Commit a17abe6

Browse files
committed
add workaround for schema validation
1 parent 2f0fd37 commit a17abe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-optional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ jobs:
136136
- run: php bin/console doctrine:migrations:migrate --no-interaction -e test
137137
working-directory: api
138138

139-
- run: php bin/console doctrine:schema:validate -v -e test
139+
- 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
140140
working-directory: api

0 commit comments

Comments
 (0)