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 a6d3df6 commit da8b828Copy full SHA for da8b828
.github/workflows/test.yml
@@ -22,11 +22,14 @@ jobs:
22
# Docker Hub image
23
image: redis
24
# Set health checks to wait until redis has started
25
+ env:
26
+ REDIS_PASSWORD: somerealpassword
27
options: >-
28
--health-cmd "redis-cli ping"
29
--health-interval 10s
30
--health-timeout 5s
31
--health-retries 5
32
+ --requirepass somerealpassword
33
ports:
34
# Maps port 6379 on service container to the host
35
- 6379:6379
0 commit comments