exercism / php-test-runner

GNU Affero General Public License v3.0
0 stars 6 forks source link

Tooling and CI for code quality #131

Open mk-mxp opened 1 month ago

mk-mxp commented 1 month ago

With #130 we now have a "production" build process for the Docker image. And can add a "development" build process to CI, including all the tooling we love in PHP world:

mk-mxp commented 1 month ago

Make use of assert during CI runs. See https://github.com/exercism/php-test-runner/pull/130#discussion_r1712986411 for reasoning.