Skip to content

Commit

Permalink
Update ansible-test action
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Oct 19, 2023
1 parent 67923ac commit d97f7db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# The docker container has all the pinned dependencies that are
# required and all Python versions Ansible supports.
- name: Perform sanity testing
uses: ansible-community/ansible-test-gh-action@release/v1
uses: ansible-community/ansible-test-gh-action@release/v1.14.1
with:
ansible-core-version: ${{ matrix.ansible }}
testing-type: sanity
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: >-
Perform unit testing against
Ansible version ${{ matrix.ansible }}
uses: ansible-community/ansible-test-gh-action@release/v1
uses: ansible-community/ansible-test-gh-action@release/v1.14.1
with:
ansible-core-version: ${{ matrix.ansible }}
testing-type: units
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
Perform integration testing against
Ansible version ${{ matrix.ansible }}
under Python ${{ matrix.python }}
uses: ansible-community/ansible-test-gh-action@release/v1
uses: ansible-community/ansible-test-gh-action@release/v1.14.1
with:
ansible-core-version: ${{ matrix.ansible }}
# OPTIONAL command to run before invoking `ansible-test integration`
Expand All @@ -201,7 +201,7 @@ jobs:

steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
uses: re-actors/alls-green@release/v1.14.1
with:
allowed-skips: integration, units # TODO: drop once enabled
jobs: ${{ toJSON(needs) }}
Expand Down

0 comments on commit d97f7db

Please sign in to comment.