Skip to content

Commit

Permalink
updated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin-apa committed Jan 20, 2025
1 parent c291a7e commit a1a6ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: ansible-community/ansible-test-gh-action@release/v1
with:
testing-type: units
coverage: always
coverage: ${{ (matrix.python == '3.11' && matrix.ansible == 'stable-2.18') && 'always' || 'never' }}
ansible-core-version: ${{ matrix.ansible }}
target-python-version: ${{ matrix.python }}
env:
Expand Down

0 comments on commit a1a6ec8

Please sign in to comment.