-
Notifications
You must be signed in to change notification settings - Fork 64
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
Github action/workflow cleanup and refactor #407
Github action/workflow cleanup and refactor #407
Conversation
It would be cool to see some more centralized walkthrough documentation at some point describing what the workflows are doing from a terminal standpoint. I think those are the best examples of how to work with NGen that anyone could ever come up with. I know to look at the workflows and how to interpret them, but I doubt that's common knowledge. Super low priority, though. |
I’m with Chris on this, but would rather just automatically generate some documentation from the workflows for building and running an NGEN formulation. The reason being that ultimately there’s a ton of flexibility in the framework and for testing purposes obviously coverage matters, so for testing I might want to take the scenic route and then once I have made some selections and I have my area of interest I might want a fast lane that just builds my selected parts and runs them. Ultimately the complexity of running it minimally is low, but getting the model you want, and then making sure it can be reproducible/validated adds complexity and I think we should address that when we can. |
In this category of helpful pseudo-docs is the .gitpod.yml I put in in #398... that one builds everything in |
To better manage the expansion of unit and integration tests, a cleanup of the CI workflows and actions was required.
Additions
ngen-build
composite actionngen-submod-build
composite actionclean-build
composite actionChanges
Testing
Todos
Checklist
Target Environment support