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 8092b7e commit 3f42d3bCopy full SHA for 3f42d3b
.github/workflows/test.yml
@@ -48,21 +48,21 @@ jobs:
48
image: redis:7.2.2
49
ports:
50
- 6379:6379
51
- healthcheck:
52
- test: ["CMD-SHELL", "redis-cli ping | grep PONG"]
53
- interval: 1s
54
- timeout: 3s
55
- retries: 5
+ options: >-
+ --health-cmd "redis-cli ping"
+ --health-interval 10s
+ --health-timeout 5s
+ --health-retries 5
56
57
valkey:
58
image: valkey/valkey:8.0
59
60
- 6380:6379
61
62
63
64
65
66
67
outputs:
68
version: ${{ steps.getVersion.outputs.VERSION }}
0 commit comments