fastify / fastify-redis

Plugin to share a common Redis connection across Fastify.
MIT License
204 stars 32 forks source link

ci: bring into line with reusable workflow #149

Closed Fdawgs closed 2 years ago

Fdawgs commented 2 years ago

Not able to use the reusable workflow in this repo due to use of a service container that can only be used with Linux containers, and the reusable workflow runs Linux, macOS, and Windows.

So instead this PR brings all the features from the reusable workflow to the repo.

Checklist