thinkshout / drupal-project

:rocket: Composer template for Drupal projects. Quick installation via "composer create-project thinkshout/drupal-project"
5 stars 1 forks source link

Consider adding drupal/php error output to CircleCI #47

Open olivierbouwman opened 6 years ago

olivierbouwman commented 6 years ago

So we can catch issues during development, not right before launch.

Where:

mariacha commented 5 years ago

I love this idea -- I was just wishing for something like it myself

mariacha commented 1 year ago

It occurs to me that both these could be accomplished with a drush watchdog function. Before running behat tests, run drush watchdog:delete and then run drush watchdog:show --type php. Do the same with terminus to get before and after php notifications on Pantheon.

The trick then is deciding how to format those errors/warning back to circle -- do they fail the build? Is there a status that isn't "Failed" that could be used?