mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-04 02:04:33 +02:00
Use shared unit test utils from community.internal_test_tools (#353)
* Use shared unit test utils from community.internal_test_tools. * Make sure community.internal_test_tools is installed in CI.
This commit is contained in:
parent
ab446b4449
commit
30a79061f3
17 changed files with 25 additions and 229 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