From ff3fc4cc4e6c1761414f549c3e3efa70ccb498b2 Mon Sep 17 00:00:00 2001 From: Haritha <73516759+HarithaVattikuti@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:57:18 -0600 Subject: [PATCH] Add new path for ubuntu runner (#230) --- tests/Node.Tests.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Node.Tests.ps1 b/tests/Node.Tests.ps1 index 4f0b01a..effb395 100644 --- a/tests/Node.Tests.ps1 +++ b/tests/Node.Tests.ps1 @@ -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