mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Use subset of Windows tests for "all" tests. (#26830)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user