Actual behavior
Integration Tests workflow is failing in the GitHub Actions for IDEasy repository. Recent workflow runs have consistently failed.
Reproduce
See GitHub Actions workflows for detailed logs and error messages on the failures. (https://github.com/devonfw/IDEasy/actions/workflows/integration-tests.yml)
Expected behavior
Integration Tests workflow should complete successfully without errors upon triggering, indicating all tests have passed and integration is working as expected.
IDEasy status
IDE_ROOT is set to ~/projects
IDE_HOME is set to ~/projects/project
Your version of IDEasy is 2026.04.002.
Your are using the latest version of IDEasy and no update is available.
Your operating system is windows(10.0)@x64 [Windows 11@amd64]
You are online.
Found bash executable at: C:/Program Files/Git/usr/bin/bash.***
Found git executable at: C:/Program Files/Git/mingw64/bin/git.***
Your settings are up-to-date.
Related/Dependent issues
#1665
Comments/Hints
Its a small fix
Line 105 should be
archWow="${PROCESSOR_ARCHITEW6432,,}"
and not
archWow=${PROCESSOR_ARCHITEW6432,,}"
Actual behavior
Integration Tests workflow is failing in the GitHub Actions for IDEasy repository. Recent workflow runs have consistently failed.
Reproduce
See GitHub Actions workflows for detailed logs and error messages on the failures. (https://github.com/devonfw/IDEasy/actions/workflows/integration-tests.yml)
Expected behavior
Integration Tests workflow should complete successfully without errors upon triggering, indicating all tests have passed and integration is working as expected.
IDEasy status
Related/Dependent issues
#1665
Comments/Hints
Its a small fix
Line 105 should be
archWow="${PROCESSOR_ARCHITEW6432,,}"
and not
archWow=${PROCESSOR_ARCHITEW6432,,}"