mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Split sanity tests into 3 groups.
This commit is contained in:
@@ -16,8 +16,9 @@ else
|
||||
fi
|
||||
|
||||
case "${group}" in
|
||||
1) options=(--skip-test pylint) ;;
|
||||
1) options=(--skip-test pylint --skip-test ansible-doc --skip-test docs-build) ;;
|
||||
2) options=(--test pylint) ;;
|
||||
3) options=(--test ansible-doc --test docs-build) ;;
|
||||
esac
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
|
||||
Reference in New Issue
Block a user