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 4e57a98 commit 8f334daCopy full SHA for 8f334da
.github/workflows/validate-database-schema.yml
@@ -44,5 +44,9 @@ jobs:
44
- name: Install dependencies with composer
45
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
46
47
+ - name: Setup project
48
+ run: |
49
+ mv config/autoload/local.test.php.dist config/autoload/local.test.php
50
+
51
- name: Run database schema validation
52
run: php bin/doctrine orm:validate-schema --skip-sync
0 commit comments