mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Use subset of Windows tests for "all" tests. (#26830)
This commit is contained in:
parent
32914cac3b
commit
7931e11437
6 changed files with 81 additions and 57 deletions
|
@ -975,7 +975,7 @@ def get_changes_filter(args):
|
|||
if not paths:
|
||||
raise NoChangesDetected()
|
||||
|
||||
commands = categorize_changes(paths, args.command)
|
||||
commands = categorize_changes(args, paths, args.command)
|
||||
|
||||
targets = commands.get(args.command)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue