cli
cli copied to clipboard
CI Testing for Windows
Since we are cross-compiling the shp
binary, we should ensure that all tests work on a Windows client.
GitHub actions now support Windows based runners - it is not clear if all of our dependent actions also support these runners (ex - install Docker, KinD, etc.)
See https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
/kind cleanup
/assign @coreydaley