From 374bcea2982bd047db2c7cb9706289ab490c789a Mon Sep 17 00:00:00 2001 From: poorndm Date: Wed, 19 Mar 2025 13:16:56 +0530 Subject: [PATCH] Test ruby-distros- 3.4.2 Signed-off-by: poorndm --- .expeditor/verify.pipeline.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 724faebb..d0375b65 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -46,6 +46,16 @@ steps: shell: ["powershell", "-Command"] image: rubydistros/windows-2019:3.3 +- label: run-specs-windows-ruby-3.4 + command: + - powershell .expeditor/run_windows_tests.ps1 rspec + expeditor: + executor: + docker: + host_os: windows + shell: ["powershell", "-Command"] + image: rubydistros/windows-2019:3.4 + - label: cookstyle-generator-cb-tests-ruby-3.1 command: - .expeditor/run_linux_tests.sh "rake style:cookstyle"