Skip to content

Commit

Permalink
Fix sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bhati-pradeep committed Apr 1, 2024
1 parent dc51ab1 commit 5e86f0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unit_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
branches:
- main
jobs:
sanity_ansible_core_2.15.0:
sanity:
name: Sanity tests with ansible-core==2.15.0
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down Expand Up @@ -38,7 +39,8 @@ jobs:
run: |
cd /home/${USER}/.ansible/collections/ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }}
ansible-test sanity --docker default --python ${{ matrix.python-version }} -v
sanity_ansible_core_2.14.0:
sanity:
name: Sanity tests with ansible-core==2.14.0
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down

0 comments on commit 5e86f0f

Please sign in to comment.