mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-07 02:58:54 +00:00
Add env command to ansible-test and run in CI. (#50176)
* Add `env` command to ansible-test and run in CI. * Avoid unnecessary docker pull.
This commit is contained in:
parent
4b300189fd
commit
01833b6fb1
8 changed files with 298 additions and 7 deletions
|
|
@ -117,4 +117,6 @@ function cleanup
|
|||
|
||||
trap cleanup EXIT
|
||||
|
||||
ansible-test env --dump --show --color -v
|
||||
|
||||
"test/utils/shippable/${script}.sh" "${test}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue