diff --git a/.github/workflows/modules-test.yml b/.github/workflows/modules-test.yml index a644fd39..82e7f90b 100644 --- a/.github/workflows/modules-test.yml +++ b/.github/workflows/modules-test.yml @@ -86,7 +86,7 @@ jobs: run: pip install requests - name: Test module alert_contact_point - run: ansible-test integration -v alert_contact_point --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker + run: ansible-test integration -v alert_contact_point alert_notification_policy --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} - name: Test module alert_notification_policy