mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Add redis to circleci config
This commit is contained in:
parent
5c8b91000e
commit
22dc3afaa6
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
POSTGRES_USER: postgres
|
||||
POSTGRES_DB: test_database
|
||||
POSTGRES_PASSWORD: mysecretpassword
|
||||
- image: redis:7.0 # Add Redis service
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
|
|
|||
Loading…
Reference in a new issue