From 243333df2a2a06e69aecde8831a6872da8206ecc Mon Sep 17 00:00:00 2001 From: M1ha Date: Wed, 7 Jul 2021 17:46:09 +0500 Subject: [PATCH] Added redis service --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 8360cf0..7aeb833 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -35,7 +35,7 @@ jobs: - 8123:8123 redis: - image: redis:${{ matrix.clickhouse-version }} + image: redis:${{ matrix.redis-version }} ports: - 6379:6379