Skip to content

Commit 19da49d

Browse files
committed
fixing tests
1 parent 688f690 commit 19da49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
# The hostname used to communicate with the Redis service container
4949
REDIS_HOST: redis
50-
REDIS_SENTINEL_HOST: redis-sentinel
50+
REDIS_SENTINEL_HOST: 127.0.0.1
5151
# The default Redis port
5252
REDIS_PORT: 6379
5353
REDIS_SENTINEL_PORT: 26379

0 commit comments

Comments
 (0)