From f32f8fdfbaa0a02f57e60d2353a3b2242f01fa97 Mon Sep 17 00:00:00 2001 From: skeshari12 Date: Wed, 6 Apr 2022 20:30:49 +0530 Subject: [PATCH] Add ruby-3.0 & ruby-3.1 test on windows and remove linux tests Signed-off-by: skeshari12 --- .expeditor/run_windows_test.ps1 | 2 +- .expeditor/verify.pipeline.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.expeditor/run_windows_test.ps1 b/.expeditor/run_windows_test.ps1 index f048b32..6cd253c 100644 --- a/.expeditor/run_windows_test.ps1 +++ b/.expeditor/run_windows_test.ps1 @@ -13,5 +13,5 @@ If ($lastexitcode -ne 0) { Exit $lastexitcode } Write-Output "--- Bundle Execute" -bundle exec rake +bundle exec rake spec If ($lastexitcode -ne 0) { Exit $lastexitcode } \ No newline at end of file diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 62620f1..1079d5c 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -16,7 +16,7 @@ steps: executor: docker: host_os: windows - image: rubydistros/windows-2019:3.1 + image: rubydistros/windows-2019:3.0 shell: [ "powershell", "-Command" ] - label: "run-specs-ruby-3.1-windows" @@ -26,5 +26,5 @@ steps: executor: docker: host_os: windows - image: rubydistros/windows-2019:3.0 + image: rubydistros/windows-2019:3.1 shell: [ "powershell", "-Command" ]