We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d049e5 commit c6411faCopy full SHA for c6411fa
AutomatedLabTest/functions/Invoke-LabPester.ps1
@@ -47,7 +47,7 @@
47
$config_paths += Join-Path -Path $global:LabSources\CustomRoles -ChildPath $role
48
}
49
50
- $configuration.Run.Path = $config_paths
+ $configuration.Run.Path = $config_paths | Sort-Object -Unique
51
$configuration.Filter.Tag = $tags
52
$configuration.Should.ErrorAction = 'Continue'
53
$configuration.TestResult.Enabled = $true
0 commit comments