mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 10:09:20 +08:00
add runner install script for windows image (#8671)
This commit is contained in:
7
images/win/scripts/Tests/RunnerCache.tests.ps1
Normal file
7
images/win/scripts/Tests/RunnerCache.tests.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
Describe "RunnerCache" {
|
||||
Context "runner cache directory not empty" {
|
||||
It "C:\ProgramData\runner" {
|
||||
(Get-ChildItem -Path "C:\ProgramData\runner\*.zip" -Recurse).Count | Should -BeGreaterThan 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user