WIP on CI

This commit is contained in:
Andrew Brookins 2021-10-20 17:21:33 -07:00
parent fb24775d15
commit 77789e1ced

View file

@ -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"