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