Skip to content

Commit

Permalink
Try running tests on valkey.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 27, 2024
1 parent 15a5e48 commit 55ec671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
continue-on-error: ${{matrix.experimental}}

services:
redis:
image: redis
valkey:
image: valkey
options: >-
--health-cmd "redis-cli ping"
--health-cmd "valkey-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit 55ec671

Please sign in to comment.