Add tests for examples #191
Labels
kind/test
Categorizes issue or PR as related to testing.
lifecycle/keep
Denotes an issue or PR that should be preserved from going stale.
It would be nice to add tests for examples to verify they work as they are supposed to.
I propose we create a GitHub Actions workflow that:
kubectl apply
(optionally starting with runningsetup
) and runscheck
to make sure it works as expectedWe could potentially also code them as e2e tests using the kube e2e framework.
The text was updated successfully, but these errors were encountered: