summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 5e8ea6f8..ea37393a 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -36,11 +36,9 @@ steps:
- label: "run-specs-windows"
command:
- - bundle install --jobs=7 --retry=3; bundle exec rake spec
+ - bundle install --jobs=7 --retry=3
+ - bundle exec rake spec
expeditor:
executor:
docker:
- environment:
- - BUILDKITE
host_os: windows
- shell: ["powershell", "-Command"]