drupal_tests
drupal_tests copied to clipboard
Fail builds if patches from patches.json fail to apply
Currently if any patches applied via the patches.json in the module fail to apply, then the build still passes. We attempted to add "composer-exit-on-patch-failure": true
to our module's composer.json file, but this has no effect.
I think this is related to https://github.com/deviantintegral/drupal_tests/issues/47