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

@@ -0,0 +1,2 @@
bugfixes:
- enable unit tests in CI (https://github.com/ansible-collections/community.kubernetes/pull/407).