mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Make sure community.internal_test_tools is installed in CI.
This commit is contained in:
parent
3efd2e3f2d
commit
2a5fa65a88
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:
|
|||
test-deps: >-
|
||||
git+https://github.com/ansible-collections/ansible.utils.git,main
|
||||
git+https://github.com/ansible-collections/ansible.netcommon.git,main
|
||||
git+https://github.com/ansible-collections/community.internal_test_tools.git,main
|
||||
|
||||
units:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -70,6 +71,7 @@ jobs:
|
|||
test-deps: >-
|
||||
git+https://github.com/ansible-collections/ansible.utils.git,main
|
||||
git+https://github.com/ansible-collections/ansible.netcommon.git,main
|
||||
git+https://github.com/ansible-collections/community.internal_test_tools.git,main
|
||||
|
||||
integration:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -118,5 +120,6 @@ jobs:
|
|||
test-deps: >-
|
||||
git+https://github.com/ansible-collections/ansible.utils.git,main
|
||||
git+https://github.com/ansible-collections/ansible.netcommon.git,main
|
||||
git+https://github.com/ansible-collections/community.internal_test_tools.git,main
|
||||
target-python-version: ${{ matrix.python }}
|
||||
testing-type: integration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue