We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8f769 commit 73c12d4Copy full SHA for 73c12d4
.github/workflows/e2e-versions.yml
@@ -114,7 +114,8 @@ jobs:
114
foreach ($version in $versionsArr)
115
{
116
$envName = "JAVA_HOME_$version_${env:RUNNER_ARCH}"
117
- Write-Host "Check ${env:\$envName}"
+ Write-Host "$envName"
118
+ Get-ChildItem env: | grep "$envName"
119
$JavaVersionPath = (Get-ChildItem env: | grep "$envName").Replace("$envName", "").Trim()
120
if (-not (Test-Path "$JavaVersionPath")) {
121
Write-Host "$envName is not found"
0 commit comments