mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
8 lines
239 B
PowerShell
8 lines
239 B
PowerShell
Describe "RunnerCache" {
|
|
Context "runner cache directory not empty" {
|
|
It "/opt/runner-cache not empty" {
|
|
(Get-ChildItem -Path "/opt/runner-cache/*.tar.gz" -Recurse).Count | Should -BeGreaterThan 0
|
|
}
|
|
}
|
|
}
|