Add unit tests to CI (#407)

* Add unit tests to CI

The unit tests were not being run during CI. This adds a GitHub Action
for it.

* Add changelog fragment
This commit is contained in:
Mike Graves
2021-04-05 09:39:01 -04:00
committed by GitHub
parent c9157ce713
commit d6f251173e
4 changed files with 29 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ def test_run_helm_with_params():
"api_key": "my-api-key",
"ca_cert": "my-ca-cert",
"host": "some-host",
"kube_context": "my-context",
"context": "my-context",
"release_namespace": "a-release-namespace",
"validate_certs": False,
}