From 77789e1ced0ac1ed013392912e8560eb21711b79 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Wed, 20 Oct 2021 17:21:33 -0700 Subject: [PATCH] WIP on CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"