Add new path for ubuntu runner (#230)

This commit is contained in:
Haritha 2025-12-11 10:57:18 -06:00 committed by GitHub
parent 5c7702bb19
commit ff3fc4cc4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ Describe "Node.js" {
$possiblePaths = @(
Join-Path -Path $homeDir -ChildPath "actions-runner/cached/_diag/pages"
Join-Path -Path $homeDir -ChildPath "runners/*/_diag/pages"
Join-Path -Path $homeDir -ChildPath "actions-runner/extracted/_diag/pages"
)
$logsFolderPath = $possiblePaths | Where-Object { Test-Path $_ } | Select-Object -First 1