Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadd a test suite to the examples repo that ensures the examples are working after each framework release #312
Comments
|
Thinking that we just need the appropriate harness in place to run a CI build when framework master is updated. That’s a bit different than the usual practice of running when the examples repo is updated One way we might do this is by adding the framework as a submodule of examples. This might trigger a build on examples anytime master is updated on framework. |
Would be good to ensure that examples are working as expected after each new release of the framework. It's very easy for examples to go out of date or break over time if they're not monitored.