mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-29 13:00:11 +02:00
Fix CI. (#232)
This commit is contained in:
parent
a823d66b33
commit
1beddb5854
1 changed files with 5 additions and 2 deletions
7
.github/workflows/extra-tests.yml
vendored
7
.github/workflows/extra-tests.yml
vendored
|
@ -39,9 +39,12 @@ jobs:
|
||||||
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
|
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
|
||||||
|
|
||||||
- name: Install collection dependencies
|
- name: Install collection dependencies
|
||||||
run: git clone --depth=1 --single-branch https://github.com/ansible-collections/community.internal_test_tools.git ./ansible_collections/community/internal_test_tools
|
run: |
|
||||||
|
git clone --depth=1 --single-branch https://github.com/ansible-collections/community.internal_test_tools.git ./ansible_collections/community/internal_test_tools
|
||||||
|
git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.netcommon.git ./ansible_collections/ansible/netcommon
|
||||||
|
git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.utils.git ./ansible_collections/ansible/utils
|
||||||
# NOTE: we're installing with git to work around Galaxy being a huge PITA (https://github.com/ansible/galaxy/issues/2429)
|
# NOTE: we're installing with git to work around Galaxy being a huge PITA (https://github.com/ansible/galaxy/issues/2429)
|
||||||
# run: ansible-galaxy collection install community.internal_test_tools -p .
|
# run: ansible-galaxy collection install community.internal_test_tools ansible.netcommon -p .
|
||||||
|
|
||||||
- name: Run sanity tests
|
- name: Run sanity tests
|
||||||
run: ../../community/internal_test_tools/tools/run.py --color
|
run: ../../community/internal_test_tools/tools/run.py --color
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue