-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Windows & MacOS GH CI testing #144
Fix Windows & MacOS GH CI testing #144
Conversation
0f2ae04
to
cbccc11
Compare
f1d857b
to
5687864
Compare
Looks like the Windows CI test is failing due to https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands before even getting to the integration converge. |
Would you mind temporarily using your branch here so we can see the fix in action? |
Actions fix merged. |
Since these VMs don't need to reboot, run directly on the runner instead of using a nested VM. Signed-off-by: Robert Detjens <[email protected]>
Signed-off-by: Robert Detjens <[email protected]>
Signed-off-by: Robert Detjens <[email protected]>
Signed-off-by: Robert Detjens <[email protected]>
Co-authored-by: Dan Webb <[email protected]>
348d31c
to
9738cbd
Compare
Signed-off-by: Dan Webb <[email protected]>
Signed-off-by: Dan Webb <[email protected]>
I'm working on resolving this in #146 |
Description
Since these VMs don't need to reboot, run tests directly on the runner instead of using a nested VM.
This should fix the testing failures with the Windows and MacOS testing from #143.
Signed-off-by: Robert Detjens [email protected]
Check List