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
Tried to use the action in self-hosted GHA runners (version 2.311.0), couldn't get it to work.
Looking at the error, the problem may be that it tries to cache the whole /usr/local/bin dir. A probable solution would be to just cache the extracted tar contents. For example actions/setup-go does this as well.
Version
1.0.0 (Default)
Relevant log output
Detected mode: kubectl connection. To use Cloud connection instead, provide your 'organization', 'environment' and 'token'.
Architecture: x86_64 (x86_64)
System: Linux (Linux)
Binary path: /usr/local/bin
kubectl: detected.
Forcing "1.17.22 version...Downloading the artifact from "https://github.com/kubeshop/testkube/releases/download/v1.17.22/testkube_1.17.22_Linux_x86_64.tar.gz".../usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /usr/local/bin -f /home/runner/actions-runner/_work/_temp/decc21af-5db3-4fa9-ab5d-484edfa703d6Extracted CLI to /usr/local/bin/kubectl-testkube./home/runner/actions-runner/_work/_actions/kubeshop/setup-testkube/main/dist/index.js:2783 throw new Error(`no such file or directory: ${source}`); ^Error: no such file or directory: /usr/local/bin/invoke_tests at Object.<anonymous> (/home/runner/actions-runner/_work/_actions/kubeshop/setup-testkube/main/dist/index.js:2783:19) at Generator.next (<anonymous>) at fulfilled (/home/runner/actions-runner/_work/_actions/kubeshop/setup-testkube/main/dist/index.js:2751:58)
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details
[email protected]
What happened?
Tried to use the action in self-hosted GHA runners (version 2.311.0), couldn't get it to work.
Looking at the error, the problem may be that it tries to cache the whole
/usr/local/bin
dir. A probable solution would be to just cache the extracted tar contents. For example actions/setup-go does this as well.Version
1.0.0 (Default)
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: