Skip to content

Commit

Permalink
Merge pull request ansible-collections#1889 from abikouo/fix_sanity_0…
Browse files Browse the repository at this point in the history
…7172023

CI - fix sanity and units tests
  • Loading branch information
abikouo authored Jul 17, 2023
2 parents d74c698 + 3cf26ab commit 80b3829
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
{
"ansible-version": "devel",
"python-version": "3.8"
},
{
"ansible-version": "devel",
"python-version": "3.9"
}
]
collection_pre_install: '-r source/tests/sanity/requirements.yml'
4 changes: 4 additions & 0 deletions .github/workflows/units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
{
"ansible-version": "devel",
"python-version": "3.8"
},
{
"ansible-version": "devel",
"python-version": "3.9"
}
]
collection_pre_install: '-r source/tests/unit/requirements.yml'

0 comments on commit 80b3829

Please sign in to comment.