From a68825493fe91de4875c4810c75ddd9253969f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 4 Jul 2023 16:44:11 +0200 Subject: [PATCH] Add Redis config in CI --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 8a60399..dbe8c0f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,7 @@ steps: image: guildeducation/rails:2.7.2-14.20.0 environment: RAILS_ENV: test + REDIS_URL: redis://redis:6379/0 commands: - bundle config unset deployment - bundle config set cache_all 'true'