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.yml22
1 files changed, 17 insertions, 5 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 68fb93d..fc24950 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -51,12 +51,24 @@ steps:
docker:
image: ruby:3.1
-- label: run-specs-windows
- command:
- - bundle config --local path vendor/bundle
- - bundle install --jobs=7 --retry=3
- - bundle exec rake
+- label: run-specs-ruby-3.0-windows
+ commands:
+ - .expeditor/run_windows_tests.ps1
+
+ expeditor:
+ executor:
+ docker:
+ host_os: windows
+ shell: ["powershell", "-Command"]
+ image: rubydistros/windows-2019:3.0
+
+- label: run-specs-ruby-3.1-windows
+ commands:
+ - .expeditor/run_windows_tests.ps1
+
expeditor:
executor:
docker:
host_os: windows
+ shell: ["powershell", "-Command"]
+ image: rubydistros/windows-2019:3.1 \ No newline at end of file