You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
.The text was updated successfully, but these errors were encountered: