From 671ca7d4e8dbdcc7efcd3f4da1e6231852e4ef03 Mon Sep 17 00:00:00 2001 From: Haritha <73516759+HarithaVattikuti@users.noreply.github.com> Date: Thu, 11 Dec 2025 09:28:49 -0600 Subject: [PATCH] Add new path for ubuntu runner --- 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