From ec98df2f49cf4fd073249f97b6b5dff94f86b688 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 10 Aug 2022 20:44:32 +0200 Subject: [PATCH] Fix CI. --- .github/workflows/ansible-test.yml | 3 +++ 1 file changed, 3 insertions(+) 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: ''