mirror of
https://github.com/actions/runner-images.git
synced 2026-01-18 09:44:14 +08:00
removed windows 2019 and ubuntu 20.04 files and reference
This commit is contained in:
@@ -84,7 +84,7 @@ Describe "Windows Updates" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "WSL2" -Skip:((Test-IsWin19) -or (Test-IsWin22)) {
|
||||
Describe "WSL2" -Skip:(Test-IsWin22) {
|
||||
It "WSL status should return zero exit code" {
|
||||
"wsl --status" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user