We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a781c commit 0f47868Copy full SHA for 0f47868
.github/workflows/jax-array-api.yml
@@ -22,7 +22,7 @@ jobs:
22
# Service containers to run with `container-job`
23
services:
24
# Label used to access the service container
25
- redis:
+ abc:
26
# Docker Hub image
27
image: redis
28
# Set health checks to wait until redis has started
@@ -49,7 +49,7 @@ jobs:
49
# Environment variable used by the `client.js` script to create a new Redis client.
50
env:
51
# The hostname used to communicate with the Redis service container
52
- REDIS_HOST: redis
+ REDIS_HOST: abc
53
# The default Redis port
54
REDIS_PORT: 6379
55
0 commit comments