diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 2a3975bf..ef97fbe8 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -86,5 +86,5 @@ jobs: run: pip install requests - name: Run integration test - run: ansible-test integration -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker alert_contact_point + run: ansible-test integration -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker --target alert_contact_point working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}