summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 88a780a..07a63ed 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -1,5 +1,7 @@
---
expeditor:
+ cached_folders:
+ - vendor
defaults:
buildkite:
timeout_in_minutes: 30
@@ -48,6 +50,7 @@ steps:
- label: run-specs-windows
command:
+ - bundle config --local path vendor/bundle
- bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake
expeditor: