mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Windows] Check WSL is on path on Windows Server 2022 (#6475)
This commit is contained in:
@@ -10,7 +10,7 @@ Describe "WindowsFeatures" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
it "Check WSL is on path" -Skip:(-not (Test-IsWin19)) {
|
it "Check WSL is on path" {
|
||||||
(Get-Command -Name 'wsl') | Should -BeTrue
|
(Get-Command -Name 'wsl') | Should -BeTrue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user