Replies: 1 comment
-
It would be so nice if we can get an answer for this. Or some amount of help. Did you ever figure it out @m-mcgowan? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a job that runs on a self-hosted runner which I've registered in Github. Is it possible for
act
to direct the job execution to that runner so I can test the job locally?Some more details. I've installed the github self-hosted runner service to a RasPi, which has some specific hardware attached that is used during CI testing. On my development machine, I'd like to be able to have the job run on that self-hosted runner in the same way Github does.
The workflow file contains:
I've seen the -P option that can be used to map these tags to docker images, but I'm not sure how that can help me run the job in a specific runner.
I'm probably misunderstanding something, so thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions