mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
ci: ansible-test action now requires ansible-core version
The ansible-test github action does not use a supported version of ansible-core by default. https://github.com/ansible-community/ansible-test-gh-action?tab=readme-ov-file#ansible-core-version We have to set it in our action. Using `stable-2.17` as that is the latest stable version. Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
5d73511d64
commit
a43638333b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ansible-test.yml
vendored
1
.github/workflows/ansible-test.yml
vendored
|
|
@ -44,4 +44,5 @@ jobs:
|
|||
uses: ansible-community/ansible-test-gh-action@release/v1
|
||||
with:
|
||||
testing-type: sanity # wokeignore:rule=sanity
|
||||
ansible-core-version: stable-2.17
|
||||
collection-src-directory: ${{ github.workspace }}/.tox/ansible_collections/${{ env.LSR_ROLE2COLL_NAMESPACE }}/${{ env.LSR_ROLE2COLL_NAME }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue