mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Windows] Add WSL2 to Windows-2025 image (#11242)
This commit is contained in:
@@ -82,3 +82,9 @@ Describe "Windows Updates" {
|
||||
$State | Should -BeIn $expect
|
||||
}
|
||||
}
|
||||
|
||||
Describe "WSL2" {
|
||||
It "WSL status should return zero exit code" {
|
||||
"wsl --status" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user