mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-05-07 00:53:50 +03:00
Added redis service
This commit is contained in:
parent
cfceafb2b2
commit
243333df2a
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- 8123:8123
|
- 8123:8123
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:${{ matrix.clickhouse-version }}
|
image: redis:${{ matrix.redis-version }}
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user