Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}

- name: Run confidence tests
uses: ansible-community/ansible-test-gh-action@v1.16.0
uses: ansible-community/ansible-test-gh-action@v1.17.0
with:
ansible-core-version: ${{ matrix.ansible }}
testing-type: sanity
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
# Prevent dbatools v2+ issues with newer docker image for 2.13
- name: Run integration tests - v2.13 workaround
if: ${{ matrix.ansible == 'stable-2.13' }}
uses: ansible-community/ansible-test-gh-action@v1.16.0
uses: ansible-community/ansible-test-gh-action@v1.17.0
with:
docker-image: 'quay.io/ansible/default-test-container:6.13.0'
ansible-core-version: ${{ matrix.ansible }}
Expand All @@ -140,7 +140,7 @@ jobs:

- name: Run integration tests
if: ${{ matrix.ansible != 'stable-2.13'}}
uses: ansible-community/ansible-test-gh-action@v1.16.0
uses: ansible-community/ansible-test-gh-action@v1.17.0
with:
ansible-core-version: ${{ matrix.ansible }}
#target-python-version: ${{ matrix.python }}
Expand Down
Loading