Skip to content

Commit 77789e1

Browse files
author
Andrew Brookins
committed
WIP on CI
1 parent fb24775 commit 77789e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ jobs:
8282
fail-fast: false
8383
services:
8484
redis:
85-
image: redislabs/redismod:{{ matrix.redismod }}
85+
image: "redislabs/redismod:{{ matrix.redismod }}"
8686
ports:
87-
# Maps port 6379 on service container to the host
88-
- 6379:6379
87+
# Maps port 6379 on service container to the host
88+
- 6379:6379
8989
# Set health checks to wait until redis has started
9090
options: >-
9191
--health-cmd "redis-cli ping"

0 commit comments

Comments
 (0)