mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-05-28 09:43:11 +03:00
Added redis service
This commit is contained in:
parent
12a749fb95
commit
cfceafb2b2
6
.github/workflows/python-tests.yml
vendored
6
.github/workflows/python-tests.yml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
|||
postgres-version: ["9.6", "10", "11", "12"]
|
||||
django-version: ["2.1", "2.2", "3.0", "3.1", "3.2"]
|
||||
clickhouse-version: ["latest"]
|
||||
redis-version: ["latest"]
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
@ -33,6 +34,11 @@ jobs:
|
|||
ports:
|
||||
- 8123:8123
|
||||
|
||||
redis:
|
||||
image: redis:${{ matrix.clickhouse-version }}
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user