[Ubuntu] add runner-package to curated images (#8474)

This commit is contained in:
Peter Shepehrd
2023-11-09 15:43:12 -05:00
committed by GitHub
parent 7a11d3fc98
commit 25a3a04fb0
4 changed files with 28 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
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
}
}
}