Open mk-mxp opened 3 months 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:
Make use of assert during CI runs. See https://github.com/exercism/php-test-runner/pull/130#discussion_r1712986411 for reasoning.
assert
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: