Purple-Devs / health_check

Simple health check of Rails app for use with uptime checking sites like newrelic and pingdom
MIT License
476 stars 125 forks source link

Build Dockerfile for running tests #137

Closed jmarchello closed 1 year ago

jmarchello commented 1 year ago

The current local testing environment runs in Vagrant. Unfortunately, that depends on Virtualbox and Virtualbox does not run on M1 Macs. To remove this barrier to contribute we will be creating a Docker image for running the test suite. This image will also ensure that our tests are run in the same environment locally and in CI.

jmarchello commented 1 year ago

Closing, we don't need Docker for tests.