From 5a1fbb888db44b3bfaa9e89ce94e80dc29dc7ce5 Mon Sep 17 00:00:00 2001 From: parcimonic Date: Sun, 12 Mar 2023 11:03:10 -0300 Subject: [PATCH] Update README.md with testing instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8f6d048..ae85031 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,12 @@ None. But, Grafana Agent's configuration file has had some breaking changes rece See an example playbook I run for my home-lab [here](https://github.com/nleiva/ansible-home/blob/main/grafana-cloud.yml). +## Testing + +The role is tested using [Molecule](https://molecule.readthedocs.io/en/latest/). Dependencies for testing are `podman` and its plugin for Molecule. + +Run `molecule test` in the repository root to test the role. + ## License GPL-3.0 License