[all OSs] Remove unused actions/runner cache (#13350)

This commit is contained in:
Erik Bershel
2025-11-27 13:32:22 +01:00
committed by GitHub
parent db8d413376
commit d0d1862c4a
18 changed files with 1 additions and 86 deletions

View File

@@ -1,7 +0,0 @@
Describe "RunnerCache" {
Context "runner cache directory not empty" {
It "C:\ProgramData\runner" {
(Get-ChildItem -Path "C:\ProgramData\runner\*.zip" -Recurse).Count | Should -BeGreaterThan 0
}
}
}