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 98c30ca commit 588fee6Copy full SHA for 588fee6
.github/workflows/validate-database-schema.yml
@@ -46,9 +46,10 @@ jobs:
46
47
- name: Setup project
48
run: |
49
+ apt-get install php"${PHP_VERSION}"-sqlite3
50
mv config/autoload/local.php.dist config/autoload/local.php
51
mv config/autoload/mail.local.php.dist config/autoload/mail.local.php
52
mv config/autoload/local.test.php.dist config/autoload/local.test.php
53
- - name: Collect code coverage with PHPUnit
54
+ - name: Run database schema command
55
run: php bin/doctrine orm:validate-schema --skip-sync
0 commit comments