-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails: "Failure - Main Use Node.js ${{ matrix.node-version }}" #1342
Comments
actions/cache and it's actions/toolkit api are not supported in act. If you are ok to disable cache, while using act try this - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: ${{ !env.ACT && 'npm' || '' }} # Disable cache for nektos/act I built an act replacement with an actions/cache api server, it is technically possible to have this feature. No plans to add this feature to act from my side |
It's as well doable with plain act, if you run an API compatible server. |
Thank you. Seems like it works now.
Successful: https://github.com/mStirner/backend/actions/runs/3033506191/jobs/4881775372 For me it looks like the service "httpbin" with the image "kennethreitz/httpbin" is not started. |
Services are not currently implemented in act.
Edit Removed mentioning my other project, see edits if you really want to see it.
I even think someone has created a docker image for that. |
Thank you very much for that clarification. |
This problem of this issue isn't solved, therefore I reopen it |
Issue is stale and will be closed in 14 days unless there is new activity |
Bug report info
Command used with act
Describe issue
First run failed, After selecting the image size (medium) and pulling some images the command failed.
I think the important part from the output above is:
[Node.js CI/build-12] ❌ Failure - Main Use Node.js ${{ matrix.node-version }}
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
OS: Ubuntu 18.04 x64 LTS
The text was updated successfully, but these errors were encountered: