-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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 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. |
I started heading down the path of using serverless-offline This ran into a lot of issues once I went out of the aws realm since that serverless-offline plugin is meant specifically for aws. New to serverless, and running a local environment for debugging and testing has been a challenge. |
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.
The text was updated successfully, but these errors were encountered: