mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 13:02:37 +00:00
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:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user