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