mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 12:48:21 +08:00
7 lines
179 B
PowerShell
7 lines
179 B
PowerShell
Describe "Disk free space" {
|
|
It "Image has more than 31GB free space" {
|
|
$freeSpace = (Get-PSDrive "/").Free
|
|
$freeSpace | Should -BeGreaterOrEqual 31GB
|
|
}
|
|
}
|