mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Ubuntu] add runner-package to curated images (#8474)
This commit is contained in:
7
images/linux/scripts/tests/RunnerCache.Tests.ps1
Normal file
7
images/linux/scripts/tests/RunnerCache.Tests.ps1
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user