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 d8093c6 commit cc30b1aCopy full SHA for cc30b1a
.github/workflows/ci.yml
@@ -191,7 +191,7 @@ jobs:
191
DATABASE_URL: sqlite:///%kernel.project_dir%/var/data_test.db
192
run: |
193
php bin/console doctrine:migrations:migrate --no-interaction --env=test
194
- php bin/console doctrine:schema:validate --env=test
+ php bin/console doctrine:schema:validate --skip-sync --env=test
195
196
smoke-test:
197
name: Application Smoke Test
0 commit comments