Continuous Integration (CI)
phecks:run
will return with an exit code of 0 if there were no errors, and 1 if there were errors.
Github Actions
Tips
To get the max speed of CI, it is advised to run phecks only on a PHP container. Being this said, if your checks require the database, then you'll need a different container with the seeded database.
Last updated