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