Revert "Fix CI."

This reverts commit ec98df2f49.
This commit is contained in:
Felix Fontein 2022-08-11 22:43:19 +02:00
parent ec98df2f49
commit 96c6feff8e

View file

@ -43,7 +43,6 @@ 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
@ -72,7 +71,6 @@ 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
@ -125,4 +123,3 @@ 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: ''