mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Improve on-demand coverage for Shippable.
This commit is contained in:
parent
5cb5228cde
commit
fdcad0f44d
10 changed files with 48 additions and 20 deletions
|
@ -9,4 +9,4 @@ image="ansible/ansible:${args[1]}"
|
|||
target="posix/ci/group${args[2]}/"
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}" ${COVERAGE:+"$COVERAGE"}
|
||||
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue