mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 07:19:10 -07:00
Make docs-build sanity test disabled by default.
This commit is contained in:
parent
ad5fdf5eb7
commit
a7d7df1450
5 changed files with 32 additions and 14 deletions
|
@ -139,6 +139,7 @@ class SanityConfig(TestConfig):
|
|||
self.test = args.test # type: list [str]
|
||||
self.skip_test = args.skip_test # type: list [str]
|
||||
self.list_tests = args.list_tests # type: bool
|
||||
self.allow_disabled = args.allow_disabled # type: bool
|
||||
|
||||
if args.base_branch:
|
||||
self.base_branch = args.base_branch # str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue