From 2a793e9201aa7c1c786e2cba61c2dc190bad5e36 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 12 Feb 2022 14:53:23 -0600 Subject: [PATCH] Define RAILS_ENV in CI --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index e7b377d..3a861aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,8 @@ steps: - master - name: rspec image: guildeducation/rails:2.7.1-12.19.0 + environment: + RAILS_ENV: test commands: - bundle install --jobs=3 --retry=3 --deployment - yarn install