mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[Windows] Add Wireless LAN feature (#9373)
* [Windows] Add Wireless LAN feature * Change WLAN service startup type to manual * Update template directly
This commit is contained in:
@@ -13,6 +13,10 @@ Describe "WindowsFeatures" {
|
||||
it "Check WSL is on path" {
|
||||
(Get-Command -Name 'wsl') | Should -BeTrue
|
||||
}
|
||||
|
||||
it "Check WLAN service is stopped" {
|
||||
(Get-Service -Name wlansvc).Status | Should -Be "Stopped"
|
||||
}
|
||||
}
|
||||
|
||||
Describe "DiskSpace" {
|
||||
|
||||
Reference in New Issue
Block a user