github actions - containerized services

how to use containerized services within github workflows

For our phpipam-ansible-modules we started early to test all our modules with end-to-end tests. For that we created for each module a playbook where entities are created, updated and deleted (crud). We ran theses playbooks by hand to check if the modules worked as expected. To automate this a bit... [Read More]