Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA for validating the database schema #292

Open
MarioRadu opened this issue Jun 20, 2024 · 0 comments
Open

GHA for validating the database schema #292

MarioRadu opened this issue Jun 20, 2024 · 0 comments
Labels
5.x enhancement New feature or request

Comments

@MarioRadu
Copy link
Member

We should consider adding a new github action that will validate the database structure using doctrine's command :

php bin/doctrine orm:validate-schema --skip-sync
The --skip-sync option it's required here because we sync the database using migration files and running tjhe command without it will result in an error.

@MarioRadu MarioRadu changed the title GA for validating the database schema GHA for validating the database schema Jun 20, 2024
@alexmerlin alexmerlin added the enhancement New feature or request label Jun 20, 2024
@arhimede arhimede added the 5.x label Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.x enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants