From 3b34b11080c320d1ca05ade41d3310477d1f7b40 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 10 Nov 2023 21:48:04 -0500 Subject: [PATCH] x --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46b633e4..6ccaf8ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: pip install redis - name: check redis is running run: | - python -c "import redis; redis.Redis(host='redis', port=6379).ping()" + python -c "import redis; redis.Redis(host='localhost', port=6379).ping()" # - name: Install dependencies # shell: bash