Skip to content

Commit d843c25

Browse files
committed
GHA for validating database schema
Signed-off-by: MarioRadu <[email protected]>
1 parent e8c3a7b commit d843c25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
mv config/autoload/local.test.php.dist config/autoload/local.test.php
5252
5353
- name: Collect code coverage with PHPUnit
54-
run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml
54+
run: |
55+
vendor/bin/phpunit --colors=always --coverage-clover clover.xml
56+
php bin/doctrine orm:validate-schema --skip-sync
5557
5658
- name: Send code coverage report to Codecov.io
5759
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)