Define RAILS_ENV in CI
This commit is contained in:
parent
e571ed9429
commit
2a793e9201
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user