Speed up bundle-install on CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Basti 2020-11-19 19:04:24 +01:00
parent 98b5af54ea
commit 151bd58cb4
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -6,7 +6,7 @@ steps:
- name: rspec
image: guildeducation/rails:2.7.1-12.19.0
commands:
- bundle install
- bundle install --jobs=3 --retry=3
- yarn install
- bundle exec rspec
when: