mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-03 09:44:49 +02:00
Improve unit test performance. (Do not install library we do not use in the tests anyway.) (#92)
This commit is contained in:
parent
ea782c1cf2
commit
5f912dad16
6 changed files with 8 additions and 19 deletions
7
.github/workflows/ansible-test.yml
vendored
7
.github/workflows/ansible-test.yml
vendored
|
@ -100,13 +100,6 @@ jobs:
|
|||
with:
|
||||
path: ansible_collections/community/routeros
|
||||
|
||||
- name: Overwrite unit test requirements (if applicable)
|
||||
run: |
|
||||
if [ -e tests/unit/requirements-${{ matrix.ansible }}.txt ]; then
|
||||
cp tests/unit/requirements-${{ matrix.ansible }}.txt tests/unit/requirements.txt
|
||||
fi
|
||||
working-directory: ./ansible_collections/community/routeros
|
||||
|
||||
- name: Set up Python ${{ matrix.ansible }}
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue