Skip to content

Commit 3f42d3b

Browse files
committed
valkey tests
1 parent 8092b7e commit 3f42d3b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@ jobs:
4848
image: redis:7.2.2
4949
ports:
5050
- 6379:6379
51-
healthcheck:
52-
test: ["CMD-SHELL", "redis-cli ping | grep PONG"]
53-
interval: 1s
54-
timeout: 3s
55-
retries: 5
51+
options: >-
52+
--health-cmd "redis-cli ping"
53+
--health-interval 10s
54+
--health-timeout 5s
55+
--health-retries 5
5656
5757
valkey:
5858
image: valkey/valkey:8.0
5959
ports:
6060
- 6380:6379
61-
healthcheck:
62-
test: ["CMD-SHELL", "redis-cli ping | grep PONG"]
63-
interval: 1s
64-
timeout: 3s
65-
retries: 5
61+
options: >-
62+
--health-cmd "redis-cli ping"
63+
--health-interval 10s
64+
--health-timeout 5s
65+
--health-retries 5
6666
6767
outputs:
6868
version: ${{ steps.getVersion.outputs.VERSION }}

0 commit comments

Comments
 (0)