mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
8 lines
234 B
PowerShell
8 lines
234 B
PowerShell
Describe "RunnerCache" {
|
|
Context "runner cache directory not empty" {
|
|
It "C:\ProgramData\runner" {
|
|
(Get-ChildItem -Path "C:\ProgramData\runner\*.zip" -Recurse).Count | Should -BeGreaterThan 0
|
|
}
|
|
}
|
|
}
|