Skip to content

Commit

Permalink
Merge pull request #236 from chef/poorndm/IPACK-104-Add-ruby-test
Browse files Browse the repository at this point in the history
Add ruby 3.0 test on windows
  • Loading branch information
jeremiahsnapp authored Apr 11, 2022
2 parents d0aad26 + 4b38aac commit 3787f90
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3787f90

Please sign in to comment.