-
Notifications
You must be signed in to change notification settings - Fork 14
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 a job matrix, fix v4 mono #30
Conversation
job matrix doesnt seem greiat due to testing requirements - potentially could do test duplication across 3 & 4
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.
Good catch, LGTM 👍
Update the README to v4.1 and I can release v4.1
EDIT: Let me know if overwriting v4 would be best. I don't really mind either way.
i think we're supposed to keep the actual version 4 as the most up-to-date minor version of 4. so e.g. 4.1.3 if that's most recent should also get the tag of 4, and when 4.2 releases we'd also want that to get the 4 tag. i can't remember how to do that tho x.x |
resolves #29
the test matrix change is just: moving everything to its own job - a normal GH Action matrix doesnt work well due to a matrix running every parameter combination.
the mono fix is due to the docker image not having the .net 6 sdk
@RGonzalezTech i'd recommend immediately patching the 4.0 release so that mono will correctly work. the mono errors were being covered up by the way the single job tests were being run.