add redis to github action test

This commit is contained in:
Your Name 2023-05-22 20:14:14 -04:00 committed by Henri Dickson
parent 968b831b99
commit 2f891f9df5

View file

@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-latest
services:
redis:
image: redis
ports:
- 6379:6379
db:
image: postgres:12.13-alpine
env: