chef / cheffish

Resources and tools for testing and interacting with Chef and Chef Server.
Apache License 2.0
39 stars 28 forks source link

add ruby 3.0 and 3.1 in verfiy pipeline #215

Closed skeshari12 closed 2 years ago

skeshari12 commented 2 years ago

Signed-off-by: skeshari12 skeshari@msystechnologies.com

Description

Related Issue

Types of changes

Checklist:

tas50 commented 2 years ago

This should really just be done here https://github.com/chef/cheffish/blob/main/.github/workflows/unit_specs.yml#L17

marcparadise commented 2 years ago

Replaced with https://github.com/chef/cheffish/pull/219

This uses github actions for windows testing instead of splitting testing between expeditor and actions.

It fixes the action setup so that windows tests run, though currently they are failing for reasons that we need to track down. (We got the same failures on this pipeline, so that's probably a good sign)