WIP on CI
This commit is contained in:
parent
fb24775d15
commit
77789e1ced
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -82,10 +82,10 @@ jobs:
|
|||
fail-fast: false
|
||||
services:
|
||||
redis:
|
||||
image: redislabs/redismod:{{ matrix.redismod }}
|
||||
image: "redislabs/redismod:{{ matrix.redismod }}"
|
||||
ports:
|
||||
# Maps port 6379 on service container to the host
|
||||
- 6379:6379
|
||||
# Maps port 6379 on service container to the host
|
||||
- 6379:6379
|
||||
# Set health checks to wait until redis has started
|
||||
options: >-
|
||||
--health-cmd "redis-cli ping"
|
||||
|
|
Loading…
Reference in a new issue