diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68b6efee..081a2df0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,6 +28,7 @@ jobs: all_green: if: ${{ always() }} needs: + - ansible-lint - changelog - integration - sanity @@ -39,6 +40,7 @@ jobs: set([ '${{ needs.ansible-lint.result }}', '${{ needs.changelog.result }}', + '${{ needs.integration.result }}', '${{ needs.sanity.result }}', - '${{ needs.unit-galaxy.result }}', + '${{ needs.unit-galaxy.result }}' ])" diff --git a/README.md b/README.md index c8d7e0bc..70de6c72 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ansible Utilities Collection [![Codecov](https://codecov.io/gh/ansible-collections/ansible.utils/branch/main/graph/badge.svg)](https://codecov.io/gh/ansible-collections/ansible.utils) -[![CI](https://github.com/ansible-collections/ansible.utils/actions/workflows/test.yml/badge.svg?branch=main&event=schedule)](https://github.com/ansible-collections/ansible.utils/actions/workflows/test.yml) +[![CI](https://github.com/ansible-collections/ansible.utils/actions/workflows/tests.yml/badge.svg?branch=main&event=schedule)](https://github.com/ansible-collections/ansible.utils/actions/workflows/tests.yml) The Ansible ``ansible.utils`` collection includes a variety of plugins that aid in the management, manipulation and visibility of data for the Ansible playbook developer.