From 27720f7b1b3bcbb9681d4ca05c91cdfaf7c19c61 Mon Sep 17 00:00:00 2001 From: Mateusz Drewniak Date: Fri, 15 Nov 2024 19:39:26 +0100 Subject: [PATCH] bump --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87ce32b..65242b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,13 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 + ports: + # Maps port 6379 on service container to the host + - 6379:6379 env: CI: true # The hostname used to communicate with the Redis service container - REDIS_HOST: redis + REDIS_HOST: localhost # The default Redis port REDIS_PORT: 6379 strategy: