Skip to content

Commit d8093c6

Browse files
author
tchapi
committed
chore
1 parent e0c2d4f commit d8093c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,13 @@ jobs:
183183
run: |
184184
php bin/console doctrine:database:create --if-not-exists --env=test
185185
php bin/console doctrine:migrations:migrate --no-interaction --env=test
186-
php bin/console doctrine:schema:validate --env=test
186+
php bin/console doctrine:schema:validate --skip-sync --env=test
187187
188188
- name: Run migrations (SQLite)
189189
if: matrix.database == 'sqlite'
190190
env:
191191
DATABASE_URL: sqlite:///%kernel.project_dir%/var/data_test.db
192192
run: |
193-
php bin/console doctrine:database:create --if-not-exists --env=test
194193
php bin/console doctrine:migrations:migrate --no-interaction --env=test
195194
php bin/console doctrine:schema:validate --env=test
196195

0 commit comments

Comments
 (0)