From 01a32cf4c32c050592c7dc089e8b968b828330aa Mon Sep 17 00:00:00 2001 From: ishanjainn Date: Mon, 18 Sep 2023 14:16:38 +0530 Subject: [PATCH] rephrase --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index ef97fbe8..c3eb9da6 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 --target alert_contact_point + run: ansible-test integration -v alert_contact_point --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}