-
Notifications
You must be signed in to change notification settings - Fork 1
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
add MacOS testing #71
Comments
#102 encouraged me to push a few more ideas into the MacOS CI testing, which has illuminated a few issues. Switching from Copy of Full bats Test Printout
The directory seen by
The tests are not written with MacOS's non-POSIX utils in mind. Test 28 fails to get setup since I use the
Test 31 also fails due to a difference in how
|
I get the same errors shown above using
Edit: which makes sense since the action is just a wrapper around setting up colima with more well tuned settings for the runner environment. |
Currently, I have templated out MacOS testing within the testing workflow.
denv/.github/workflows/test.yml
Lines 63 to 77 in 80efb6d
It is commented out due to a few complexities.
ro
at a special (root) location. This got around the issue of being unable to launch the container, but the tests still failed.The text was updated successfully, but these errors were encountered: