Skip to content

Commit

Permalink
Fix workflow ansible-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JkhatriInfobox committed Nov 30, 2023
1 parent 27d0dec commit 141814d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
- name: Generate coverage report
run: |
if [ "${{ matrix.ansible-version }}" == "stable-2.13" ]; then pip install coverage==4.5.4; fi
if [ "${{ matrix.ansible-version }}" in ["stable-2.14", "stable-2.15"] ]; then pip install coverage==6.5.0; fi
ansible-test coverage xml -v --group-by command --group-by version
working-directory: /home/runner/.ansible/collections/ansible_collections/infoblox/nios_modules/

Expand Down

0 comments on commit 141814d

Please sign in to comment.