mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 11:07:02 +00:00
* [ubuntu] Refactor pester tests * Fix key name and add BeforeAll * Fix ActionArchiveCache test
8 lines
292 B
PowerShell
8 lines
292 B
PowerShell
Describe "RunnerCache" {
|
|
Context "runner cache directory not empty" {
|
|
It "<RunnerCachePath> not empty" -TestCases @{ RunnerCachePath = "/opt/runner-cache" } {
|
|
(Get-ChildItem -Path "$RunnerCachePath/*.tar.gz" -Recurse).Count | Should -BeGreaterThan 0
|
|
}
|
|
}
|
|
}
|