sfbrigade / bats-server

Routed is an app to help ambulances direct non-critical patients to hospital emergency rooms with the most availability.
https://routedapp.org/
GNU Affero General Public License v3.0
18 stars 12 forks source link

Update circleci config to use non-deprecated Docker image #187

Closed fwextensions closed 1 year ago

fwextensions commented 2 years ago

The circleci job output has a warning about the docker image that the config uses:

image

https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034

There's also a note about the tasks not being run in parallel, which might speed things up a bit:

image

https://circleci.com/docs/2.0/parallelism-faster-jobs/