Skip to content

Commit 0f47868

Browse files
authored
Update jax-array-api.yml
1 parent f8a781c commit 0f47868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jax-array-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Service containers to run with `container-job`
2323
services:
2424
# Label used to access the service container
25-
redis:
25+
abc:
2626
# Docker Hub image
2727
image: redis
2828
# Set health checks to wait until redis has started
@@ -49,7 +49,7 @@ jobs:
4949
# Environment variable used by the `client.js` script to create a new Redis client.
5050
env:
5151
# The hostname used to communicate with the Redis service container
52-
REDIS_HOST: redis
52+
REDIS_HOST: abc
5353
# The default Redis port
5454
REDIS_PORT: 6379
5555

0 commit comments

Comments
 (0)