You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to use a Github action called check-config which verifies (without having an associated database connection) that my local config.php is in sync with what would result from setup:upgrade.
Your Use Case
I very often find that developers forget to commit their updates to config.php. If you're doing di:compile ahead of time in docker for example, then your build output will not be what you expect if your config.php isn't up to date.
💡 Feature request
Feature Name
check-config
The Desired Behavior
I would like to be able to use a Github action called
check-config
which verifies (without having an associated database connection) that my localconfig.php
is in sync with what would result fromsetup:upgrade
.Your Use Case
I very often find that developers forget to commit their updates to
config.php
. If you're doingdi:compile
ahead of time in docker for example, then your build output will not be what you expect if yourconfig.php
isn't up to date.cc: @vitaliy-golomoziy
The text was updated successfully, but these errors were encountered: