cb372/scalacache

Migrate Makefile to Docker Compose

lewisjkl opened this issue · 1 comments

I think it would be more portable to use Docker Compose to setup redis and memcached for the ci pipeline rather than using a make file.

The main motivation behind this is to make it simpler to complete #371 and move to Github actions. There are a few differences between travis and gha that add enough friction to make this a worthwhile effort.

Closed by prior PR #470.