Open davereid opened 4 years ago
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.
"composer-exit-on-patch-failure": true
I think this is related to https://github.com/deviantintegral/drupal_tests/issues/47
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.