Skip to content

Commit 9dd4cb0

Browse files
committed
Restore test
1 parent c25ffc2 commit 9dd4cb0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ jobs:
133133
- name: Run composer-unused
134134
run: composer-unused
135135

136+
- name: Validate database schema
137+
run: (cd tests/Application && bin/console doctrine:schema:validate)
138+
136139
- name: Run PHPStan
137140
run: vendor/bin/phpstan analyse
138141

0 commit comments

Comments
 (0)