Adjust bundle options in CI
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Basti 2022-02-16 09:25:47 -06:00
parent 565a3c3276
commit 1c4e444c0b
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -21,7 +21,9 @@ steps:
environment: environment:
RAILS_ENV: test RAILS_ENV: test
commands: commands:
- bundle config set deployment 'true' - bundle config unset deployment
- bundle config set cache_all 'true'
- bundle config set cache_path 'vendor/cache'
- bundle config set with 'development test' - bundle config set with 'development test'
- bundle install --jobs=3 --retry=3 - bundle install --jobs=3 --retry=3
- yarn install - yarn install