mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-15 12:44:39 +02:00
Fix CI.
This commit is contained in:
parent
98bb520ce7
commit
ec98df2f49
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ansible-test.yml
vendored
3
.github/workflows/ansible-test.yml
vendored
|
@ -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: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue