-
Notifications
You must be signed in to change notification settings - Fork 129
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
Problem with running industrial_ci locally with act #742
Comments
PR #582 already reports "problems with mounting some folders", which seems like it could be the cause of what you are seeing as well. |
I would second that. Docker mounts are always tricky, especially if mounted folders get passed through. Not sure how act is solving this issue. |
Update: I just tried it and it worked on my system (WSL2 & Docker Desktop). I really just downloaded the latest version and ran @destogl: Have you trief running act in privileged mode? or with |
I am running it on Ubuntu 20.04
I am also using act 0.2.24 (I just installed it few days ago - version is from August 3rd). I installed act into system, it seems that you are running it locally(?).
I am not sure for this. What do you mean exactly? I tried to run it also with The concrete issue is that Maybe I did something wrong in docker configuration? |
As far as I recall it this happens whenever the path does not exist on the Docker host.
Which version are you using? |
Works fine (for |
Docker version 20.10.8, build 3967b7d Ok I tested this repository and it work for me to. The issue I have is with other repositories using Here exactly what I am doing:
Here the output of my test with additional prints. Output before
|
It is not |
On normal runners Github treats |
Do you have any idea what should be changed? I could probably test something, but any pointer would be great!
The question is actually, why the |
Okay, tested it a little bit more.. It seems to work for Apparently, |
|
Merged #743. I think this can be closed now. |
Hi,
I am trying to run industrial_ci locally using act (also mentioned in #474). I had to do some small changes to the workflow file (I will report them later when I have all running), but still having an error which I am not sure why is happening and what is actually environment it is executed in. The same workflow file is working as GH Action.
The error-output is following:
The text was updated successfully, but these errors were encountered: