deviantintegral / drupal_tests

A docker container based for running Drupal tests in CircleCI
GNU General Public License v3.0
24 stars 9 forks source link

Fail builds if patches from patches.json fail to apply #62

Open davereid opened 4 years ago

davereid commented 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.

szeidler commented 4 years ago

I think this is related to https://github.com/deviantintegral/drupal_tests/issues/47