mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1342] Installation fails: "Failure - Main Use Node.js ${{ matrix.node-version }}" #719
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#719
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mStirner on GitHub (Sep 12, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1342
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
@ChristopherHX commented on GitHub (Sep 12, 2022):
actions/cache and it's actions/toolkit api are not supported in act.
See https://github.com/nektos/act/issues/285, https://github.com/nektos/act/issues/329
If you are ok to disable cache, while using act try this
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
@KnisterPeter commented on GitHub (Sep 12, 2022):
It's as well doable with plain act, if you run an API compatible server.
@mStirner commented on GitHub (Sep 13, 2022):
Thank you. Seems like it works now.
But what i observed is that the jobs fail localy, but runs fine on github.
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.
Can you please tell me why?
@ChristopherHX commented on GitHub (Sep 13, 2022):
Services are not currently implemented in act.
This needs work existing PR's
https://github.com/nektos/act/pull/775
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.
@mStirner commented on GitHub (Sep 13, 2022):
Thank you very much for that clarification.
@ChristopherHX commented on GitHub (Sep 15, 2022):
This problem of this issue isn't solved, therefore I reopen it
https://github.com/nektos/act/issues/285
https://github.com/nektos/act/issues/329
https://github.com/nektos/act/issues/173
@github-actions[bot] commented on GitHub (Oct 16, 2022):
Issue is stale and will be closed in 14 days unless there is new activity