Skip to content

Commit 8f334da

Browse files
committed
GHA for validating database schema
Signed-off-by: MarioRadu <[email protected]>
1 parent 4e57a98 commit 8f334da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,9 @@ jobs:
4444
- name: Install dependencies with composer
4545
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
4646

47+
- name: Setup project
48+
run: |
49+
mv config/autoload/local.test.php.dist config/autoload/local.test.php
50+
4751
- name: Run database schema validation
4852
run: php bin/doctrine orm:validate-schema --skip-sync

0 commit comments

Comments
 (0)