diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db6bba6..52d6345 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"