mirror of
https://github.com/actions/runner-images.git
synced 2025-12-31 22:43:22 +08:00
[Ubuntu] Implement new directories hierarchy (#8627)
This commit is contained in:
committed by
GitHub
parent
d1f2c9a3be
commit
5d40b1e213
7
images/ubuntu/scripts/tests/RunnerCache.Tests.ps1
Normal file
7
images/ubuntu/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