-
Notifications
You must be signed in to change notification settings - Fork 1
Ci fix #380
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
Conversation
|
Awesome! Were you able to identify a root cause (so we can watch out for this going forward)? |
evomimic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good...
I discovered that trying to introduce unit tests under npm test script creates more dependency issues and large memory footprint, so keeping CI check to just run sweetests for now.
refactored test.yaml, flake.nix
custom build and linking for macos and linux
small change to package.json
pacakge-lock.json added back as per convention
all tests pass locally on macos and with the CI (ubuntu -linux)