This commit is contained in:
Felix Fontein 2022-08-10 20:44:32 +02:00
parent 98bb520ce7
commit ec98df2f49

View file

@ -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: ''