Skip to content

Commit 224a893

Browse files
committed
fix: Exclude integration tests from CI workflow
1 parent b731854 commit 224a893

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pester-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
OutputFile = $resultsFile
5959
OutputFormat = 'NUnitXml'
6060
ExcludeTag = @('IntegrationNotImplemented')
61+
ExcludePath = @(
62+
'Tests/ActiveDirectory/*Integration*',
63+
'Tests/SFA/*Integration*',
64+
'Tests/SFA/*Network*'
65+
)
6166
PassThru = $true
6267
WarningAction = 'SilentlyContinue'
6368
}

0 commit comments

Comments
 (0)