Skip to content

Commit ad1a3f6

Browse files
committed
specify redis host
1 parent 33b5e42 commit ad1a3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
redis-version: ["3.2.12"]
2626
services:
2727
redis:
28-
image: redis:${{ matrix.redis-version }}-alpine
28+
image: redis:${{ matrix.redis-version }}
2929
options: >-
3030
--health-cmd "redis-cli ping"
3131
--health-interval 10s
@@ -37,7 +37,7 @@ jobs:
3737
image: python:${{ matrix.python-version }}
3838
env:
3939
STRICT_WARNINGS: "1"
40-
REDIS_HOST: redis
40+
LOCAL_REDIS_HOST: redis
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Install dependencies

0 commit comments

Comments
 (0)