From 7adc9420ec595b4d8ba5af121a1cb69e9a8c3d22 Mon Sep 17 00:00:00 2001 From: Artem Baikov Date: Tue, 26 Dec 2023 22:08:26 +0300 Subject: [PATCH] change ci check env for redis host to localhost --- .github/workflows/elixir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 4657334..2f10eb9 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -80,6 +80,6 @@ jobs: run: mix check env: # The hostname used to communicate with the Redis service container - REDIS_HOST: redis + REDIS_HOST: localhost # The default Redis port REDIS_PORT: 6379