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 f5b4518 commit a33f858Copy full SHA for a33f858
.github/workflows/validate-powershell.yml
@@ -64,7 +64,7 @@ jobs:
64
$testPath = Join-Path $module.FullName 'Tests'
65
if (Test-Path $testPath) {
66
"Running tests for module: $($module.Name)..."
67
- Invoke-Pester -Path $testPath -Output Detailed
+ Invoke-Pester -Path "$testPath\*.tests.ps1" -Output Detailed
68
} else {
69
"No tests found for module: $($module.Name). Skipping."
70
}
0 commit comments