-
Notifications
You must be signed in to change notification settings - Fork 964
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
Run local workflow support #958
Comments
I tried it...downloaded it, added to path, then run act from a WF dir, selected medium image size then run act with events but nothing appeared to happen. I'll look into it again, but would be nice if this was something supported natively. |
A kind of |
2nd to this request, there were two critical incident on github actions recently https://www.githubstatus.com/history we use github actions for daily CI/CD and production deployment, we're worried with the downtime of Github Actions impacts our product release. |
In fact, it seems it was here before the source code published on GH and cleaned after in different PR like #218. Some remaining parts are still there runner/src/Misc/layoutroot/run.sh Lines 20 to 25 in 8109c96
|
Agree with @rockandska where a |
@TingluoHuang / @juliobbv : any chances to see this feature back ? Regards, |
We don't have plans to support this locally right now. Possibly in the future, but not in a 6 month time frame. I am going to close this and provide feedback but we would track a feature like this internally and not in the runner repo. |
I tried implementing something like this during last weeks, but it probably contains a lot of bugs. |
Thanks @ChristopherHX, seems really nice |
When developing workflows, especially when trying new stuff in workflows, it would be nice to have the ability to test the workflows locally first, instead of committing and running for every change. There are tools to do this - I didn't manage to get any tool to work and also would be nice if this was supported natively.
Example use case -
-Download github runner
-Develop workflow locally
-Trigger workflow on local machine - runner local_wf.yml --repo repo_url --event push
...or are there any other ways to do this?
The text was updated successfully, but these errors were encountered: