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 e0c2d4f commit d8093c6Copy full SHA for d8093c6
.github/workflows/ci.yml
@@ -183,14 +183,13 @@ jobs:
183
run: |
184
php bin/console doctrine:database:create --if-not-exists --env=test
185
php bin/console doctrine:migrations:migrate --no-interaction --env=test
186
- php bin/console doctrine:schema:validate --env=test
+ php bin/console doctrine:schema:validate --skip-sync --env=test
187
188
- name: Run migrations (SQLite)
189
if: matrix.database == 'sqlite'
190
env:
191
DATABASE_URL: sqlite:///%kernel.project_dir%/var/data_test.db
192
193
- php bin/console doctrine:database:create --if-not-exists --env=test
194
195
php bin/console doctrine:schema:validate --env=test
196
0 commit comments