Add new path for ubuntu runner

This commit is contained in:
Haritha
2025-12-11 09:28:49 -06:00
committed by GitHub
parent 5c7702bb19
commit 671ca7d4e8

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