mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Run all win tests for winrm config script changes.
This commit is contained in:
parent
adb7426c0c
commit
3ec7243918
1 changed files with 5 additions and 0 deletions
|
@ -140,6 +140,11 @@ class PathMapper(object):
|
|||
return minimal
|
||||
|
||||
if path.startswith('examples/'):
|
||||
if path == 'examples/scripts/ConfigureRemotingForAnsible.ps1':
|
||||
return {
|
||||
'windows-integration': 'all',
|
||||
}
|
||||
|
||||
return minimal
|
||||
|
||||
if path.startswith('hacking/'):
|
||||
|
|
Loading…
Reference in a new issue