Skip to content

Commit 6a6a562

Browse files
committed
Maybe fix GitHub CI
1 parent 89cff5b commit 6a6a562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/configuration.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Describe "DSC MOF Compilation" -tags "CI" {
1212
}
1313

1414
It "Should be able to compile a MOF using PSModule resource" {
15-
if ($IsLinux) {
16-
Set-ItResult -Pending -Because "https://github.com/PowerShell/PowerShellGet/pull/529"
15+
if ($PSEdition -eq 'Core') {
16+
Set-ItResult -Pending -Because "DSC MOF compilation requires Windows PowerShell"
1717
}
1818

1919
Write-Verbose "DSC_HOME: ${env:DSC_HOME}" -verbose

0 commit comments

Comments
 (0)