Open phk-nord opened 3 weeks ago
Hello @phk-nord, Thank you for creating this issue. We will investigate it and provide feedback as soon as we have some updates.
Hello @phk-nord,
Could you please share a repro link or detailed steps to reproduce the issue? I reviewed the output you provided and noticed that the action is using Node v20.18.0 while Yarn is being checked in Node v22.7.0. The command yarn cache dir is returning undefined, which suggests that the Yarn cache directory is not set or found. This typically indicates a misconfiguration or that the environment setup is incomplete, causing Yarn to be unable to locate the cache directory.
Description: We have a self hosted runner (ARC Runner Scale Set) and self hosted actions cache both running in k8s. The action won't cache yarn on either the runner or the cache server
Action version:
Platform:
Runner type:
Tools version:
installed on runner image via
nvm
:action uses:
Repro steps:
A description with steps to reproduce the issue. If you have a public example or repo to share, please provide the link.
Expected behavior: A description of what you expected to happen. action caches yarn on the cache server
Actual behavior: A description of what is actually happening. yarn will not be cached.
Action output of the action step