kubectl-neat icon indicating copy to clipboard operation
kubectl-neat copied to clipboard

Run tests requiring kubernetes in CI

Open mig4 opened this issue 5 years ago • 0 comments

PR #13 addresses #5 but only runs the basic tests which don't require Kubernetes. It should be possible to extend the workflow added in #13 to run all tests by using a local temporary instance.

One way of getting one would be to use an action that sets it up in the execution environment like:

Once that's added it should be enough to just change the last step to make test.

mig4 avatar Nov 04 '19 19:11 mig4