Explicitly install dev and test gems
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:55:30 -06:00
parent 2a793e9201
commit 830c634f88
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -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