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.
Additional action steps are unable to access the Magento build that is local to the /tmp/m2 directory.
Proposed solution:
$GITHUB_WORKSPACE/source.$GITHUB_WORKSPACE/build.This already seems to have been intended at one point of time according to the otherwise unused
$MODULE_SOURCEvariable when the local-source is set up.This would allow adding additional steps that can reference the existing build.