From 3350d4b02041dce60d73b35dbfce8e879d421f9a Mon Sep 17 00:00:00 2001 From: poornima Date: Tue, 29 Mar 2022 12:36:02 +0530 Subject: Modified windows testing on Ruby 3.1 Signed-off-by: poornima --- .expeditor/verify.pipeline.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 899e931..f29810d 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -51,7 +51,7 @@ steps: docker: image: ruby:3.1 -- label: run-specs-windows +- label: run-specs-ruby-3.1-windows command: - bundle config --local path vendor/bundle - bundle install --jobs=7 --retry=3 @@ -60,4 +60,5 @@ steps: executor: docker: host_os: windows - user: 'NT AUTHORITY\SYSTEM' + shell: ["powershell", "-Command"] + image: rubydistros/windows-2019:3.1 -- cgit v1.2.1