diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 23395cf..b4183f1 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -43,6 +43,7 @@ jobs: pre-test-cmd: |- git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.netcommon.git ../../ansible/netcommon git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.utils.git ../../ansible/utils + collection-root: '' units: runs-on: ubuntu-latest @@ -71,6 +72,7 @@ jobs: pre-test-cmd: |- git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.netcommon.git ../../ansible/netcommon git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.utils.git ../../ansible/utils + collection-root: '' integration: runs-on: ubuntu-latest @@ -123,3 +125,4 @@ jobs: git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.utils.git ../../ansible/utils target-python-version: ${{ matrix.python }} testing-type: integration + collection-root: ''