Skip to content

Commit 588fee6

Browse files
committed
validate database schema GHA
1 parent 98c30ca commit 588fee6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate-database-schema.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ jobs:
4646

4747
- name: Setup project
4848
run: |
49+
apt-get install php"${PHP_VERSION}"-sqlite3
4950
mv config/autoload/local.php.dist config/autoload/local.php
5051
mv config/autoload/mail.local.php.dist config/autoload/mail.local.php
5152
mv config/autoload/local.test.php.dist config/autoload/local.test.php
5253
53-
- name: Collect code coverage with PHPUnit
54+
- name: Run database schema command
5455
run: php bin/doctrine orm:validate-schema --skip-sync

0 commit comments

Comments
 (0)