Define RAILS_ENV in CI
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Basti 2022-02-12 14:53:23 -06:00
parent e571ed9429
commit 2a793e9201
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -18,6 +18,8 @@ steps:
- master - master
- name: rspec - name: rspec
image: guildeducation/rails:2.7.1-12.19.0 image: guildeducation/rails:2.7.1-12.19.0
environment:
RAILS_ENV: test
commands: commands:
- bundle install --jobs=3 --retry=3 --deployment - bundle install --jobs=3 --retry=3 --deployment
- yarn install - yarn install