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 fb24775 commit 77789e1Copy full SHA for 77789e1
.github/workflows/ci.yml
@@ -82,10 +82,10 @@ jobs:
82
fail-fast: false
83
services:
84
redis:
85
- image: redislabs/redismod:{{ matrix.redismod }}
+ image: "redislabs/redismod:{{ matrix.redismod }}"
86
ports:
87
- # Maps port 6379 on service container to the host
88
- - 6379:6379
+ # Maps port 6379 on service container to the host
+ - 6379:6379
89
# Set health checks to wait until redis has started
90
options: >-
91
--health-cmd "redis-cli ping"
0 commit comments