Skip to content

Commit

Permalink
GHA for validating database schema
Browse files Browse the repository at this point in the history
Signed-off-by: MarioRadu <[email protected]>
  • Loading branch information
MarioRadu committed Jan 9, 2025
1 parent 285ed1f commit c47831d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-database-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi

- name: Run database schema validation
run: php bin/doctrine orm:validate-schema --skip-sync
run: php bin/doctrine orm:validate-schema --skip-sync

0 comments on commit c47831d

Please sign in to comment.