From ecf757aad48aae7336c5524c72715d583f682fa1 Mon Sep 17 00:00:00 2001 From: Andrzej Krzywda Date: Sun, 3 Nov 2024 11:14:23 +0100 Subject: [PATCH] use REDIS_TLS_URL in github actions too --- .github/workflows/rails_application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rails_application.yml b/.github/workflows/rails_application.yml index 96b903d4..d8e204af 100644 --- a/.github/workflows/rails_application.yml +++ b/.github/workflows/rails_application.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false env: WORKING_DIRECTORY: rails_application - REDIS_URL: redis://localhost:6379/0 + REDIS_TLS_URL: redis://localhost:6379/0 services: postgres_11: image: postgres:11 @@ -57,7 +57,7 @@ jobs: strategy: fail-fast: false env: - REDIS_URL: redis://localhost:6379/0 + REDIS_TLS_URL: redis://localhost:6379/0 WORKING_DIRECTORY: rails_application services: postgres_11: