From 4b38aac692662e53996082002de132ce1db481b8 Mon Sep 17 00:00:00 2001 From: poornima Date: Fri, 8 Apr 2022 10:48:37 +0530 Subject: Add ruby 3.0 test on windows Signed-off-by: poornima --- .expeditor/verify.pipeline.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index dd202d3..d1136c5 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -51,6 +51,17 @@ steps: docker: image: ruby:3.1 +- label: run-specs-ruby-3.0-windows + command: + - .expeditor/run_windows_tests.ps1 + expeditor: + executor: + docker: + host_os: windows + shell: ["powershell", "-Command"] + image: rubydistros/windows-2019:3.0 + user: "NT AUTHORITY\\SYSTEM" + - label: run-specs-ruby-3.1-windows command: - .expeditor/run_windows_tests.ps1 -- cgit v1.2.1