Update Node.Tests.ps1

This commit is contained in:
gowridurgad
2024-06-28 13:26:48 +05:30
committed by GitHub
parent d4f90c669c
commit 4a0b418a79

View File

@@ -9,7 +9,7 @@ BeforeAll {
$useNodeLogFile = Get-ChildItem -Path $logsFolderPath | Where-Object {
$logContent = Get-Content $_.Fullname -Raw
return $logContent -match "setup-node@v"
} | Select-Object -First 1
} | Select-Object -First 1
return $useNodeLogFile.Fullname
}
}