diff --git a/.drone.yml b/.drone.yml index d8f2f53..4dc1976 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,9 @@ steps: environment: RAILS_ENV: test 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 install --jobs=3 --retry=3 - yarn install