Add redis to circleci config

This commit is contained in:
Eugene Burmakin 2024-08-20 22:28:29 +02:00
parent 5c8b91000e
commit 22dc3afaa6

View file

@ -14,6 +14,7 @@ jobs:
POSTGRES_USER: postgres
POSTGRES_DB: test_database
POSTGRES_PASSWORD: mysecretpassword
- image: redis:7.0 # Add Redis service
steps:
- checkout