From 09c119279dc6fc467e0c82bd7c9ec71a04a1494c Mon Sep 17 00:00:00 2001 From: ishanjainn Date: Mon, 18 Sep 2023 14:08:38 +0530 Subject: [PATCH] test neutral --- .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 99d0569c..2a3975bf 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 --include alert_contact_point + run: ansible-test integration -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker alert_contact_point working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}