You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional action steps are unable to access the Magento build that is local to the /tmp/m2 directory.
Proposed solution:
Check out the module source to a subdirectory of GITHUB_WORKSPACE, e.g. $GITHUB_WORKSPACE/source.
Change the build directory to $GITHUB_WORKSPACE/build.
This already seems to have been intended at one point of time according to the otherwise unused $MODULE_SOURCE variable when the local-source is set up.
This would allow adding additional steps that can reference the existing build.