From 56683162a55e9ec4c750bedb4ab590690dde4ead Mon Sep 17 00:00:00 2001 From: ishanjainn Date: Mon, 18 Sep 2023 14:03:21 +0530 Subject: [PATCH] update ci-tests.yml --- .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 c5c1267c..f4540d0a 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 + run: ansible-test integration -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker --test alert_contact_point working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}