mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-06-02 20:23:10 +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"]
|
postgres-version: ["9.6", "10", "11", "12"]
|
||||||
django-version: ["2.1", "2.2", "3.0", "3.1", "3.2"]
|
django-version: ["2.1", "2.2", "3.0", "3.1", "3.2"]
|
||||||
clickhouse-version: ["latest"]
|
clickhouse-version: ["latest"]
|
||||||
|
redis-version: ["latest"]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
|
@ -33,6 +34,11 @@ jobs:
|
||||||
ports:
|
ports:
|
||||||
- 8123:8123
|
- 8123:8123
|
||||||
|
|
||||||
|
redis:
|
||||||
|
image: redis:${{ matrix.clickhouse-version }}
|
||||||
|
ports:
|
||||||
|
- 6379:6379
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user