fix: gate dama doctrine test bundle config under when@test
CI / test (push) Has been cancelled

Bundle was registered for test env only but its YAML config loaded
unconditionally, which broke `bin/console cache:clear` in dev/prod
when the bundle is enabled but the env doesn't load it. The file now
only contributes to the test container.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-06 12:46:02 -04:00
parent fc0111a18e
commit b0c27a9332
@@ -1,3 +1,4 @@
when@test:
dama_doctrine_test: dama_doctrine_test:
enable_static_connection: true enable_static_connection: true
enable_static_meta_data_cache: true enable_static_meta_data_cache: true