Skip to content

Commit b980d1a

Browse files
Exclude context-dependent framework tests
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 2c4069e commit b980d1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Test-Actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
}
6363
6464
$testPaths = Get-ChildItem -Path '.github/actions' -Directory |
65+
Where-Object { $_.Name -ne 'Test-PSModule' } |
6566
ForEach-Object { Join-Path -Path $_.FullName -ChildPath 'tests' } |
6667
Where-Object { Test-Path -Path $_ }
6768
if (-not $testPaths) {

0 commit comments

Comments
 (0)