From fb36b39ceb252cc3ba5ec90a17300efb805708b0 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Tue, 22 Nov 2022 14:13:35 +0530 Subject: [PATCH] check CI --- .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 52d9623..8ee1f76 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -38,7 +38,7 @@ jobs: run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check - name: Run sanity tests - run: ansible-test sanity --docker-privileged -v --color --coverage + run: ansible-test sanity -v --color --coverage working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} integration: