Explicitly install dev and test gems
This commit is contained in:
parent
2a793e9201
commit
830c634f88
@ -21,7 +21,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
commands:
|
commands:
|
||||||
- bundle install --jobs=3 --retry=3 --deployment
|
- bundle install --jobs=3 --retry=3 --deployment --with development test
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn run build:css
|
- yarn run build:css
|
||||||
- bundle exec rspec
|
- bundle exec rspec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user