summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah Snapp <jeremiah.snapp@gmail.com>2022-04-11 09:05:53 -0400
committerGitHub <noreply@github.com>2022-04-11 09:05:53 -0400
commit3787f90b75e3d9d6e69dd26e77a033e98cb18869 (patch)
tree3bb670409c9646885aace1766858f7d6eac373d0
parentd0aad262ffa4df8c54d51627787f444937519f33 (diff)
parent4b38aac692662e53996082002de132ce1db481b8 (diff)
downloadmixlib-shellout-main.tar.gz
Merge pull request #236 from chef/poorndm/IPACK-104-Add-ruby-testHEADmain
Add ruby 3.0 test on windows
-rw-r--r--.expeditor/verify.pipeline.yml11
1 files changed, 11 insertions, 0 deletions
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