Skip to content

Commit a33f858

Browse files
committed
fix pester running integration tests
1 parent f5b4518 commit a33f858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-powershell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
$testPath = Join-Path $module.FullName 'Tests'
6565
if (Test-Path $testPath) {
6666
"Running tests for module: $($module.Name)..."
67-
Invoke-Pester -Path $testPath -Output Detailed
67+
Invoke-Pester -Path "$testPath\*.tests.ps1" -Output Detailed
6868
} else {
6969
"No tests found for module: $($module.Name). Skipping."
7070
}

0 commit comments

Comments
 (0)