mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 18:41:53 +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
|
|
}
|
|
}
|