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 042e8cb commit d93846aCopy full SHA for d93846a
.github/workflows/validate-database-schema.yml
@@ -46,9 +46,10 @@ jobs:
46
47
- name: Setup project
48
run: |
49
- mv config/autoload/local.php.dist config/autoload/local.php
50
- mv config/autoload/mail.local.php.dist config/autoload/mail.local.php
51
- mv config/autoload/local.test.php.dist config/autoload/local.test.php
+ apt-get install php${{ matrix.php }}-sqlite3
+ cp config/autoload/local.php.dist config/autoload/local.php
+ cp config/autoload/mail.local.php.dist config/autoload/mail.local.php
52
+ cp config/autoload/local.test.php.dist config/autoload/local.test.php
53
54
- name: Validate database schema
55
run: php bin/doctrine orm:validate-schema --skip-sync
0 commit comments