-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Slowly migrate to Github actions #1644
Comments
I'd love to be part of this task! |
I'm doing some work with Github Actions to automate the test harness and make it invocable via the specially formatted PR comment (i.e. something like I've described the design here, and one of the points there is building |
Yes, I'd like to also note that #1663 will greatly simplify how we migrate since we'll be mostly decoupling from Circle with the tasks outlined in that issue. That said, this issue is blocked until that work is done. |
Found this: https://github.com/nektos/act |
Since I linked this |
GA supports windows, this shouldn't be an issue. |
Noting, we still have the following workflows to transition:
|
Closing this since it's mostly done. I will be opening a new issue that is more accurate. |
This has been a long-running discussion. We've never been completely happy with CircleCI, but it's never felt like a good use of time to migrate to something else. Primarily because other platforms felt just as risky, it was likely we'd have similar complaints with whatever we moved to. That said, we've been slowly adopting Github actions due to its convenience and it appears to solve some of the frustrations we have with CircleCI:
cargo audit
, etc.circleci/config.yaml
file which is daunting to look at and frustrating to test.I'd like to open this issue for discussion. Assuming we all agree we should create a checklist of Github actions we'd like to create over time.
Requirements
/src
,/tests
,/proto
).Outstanding Questions
The text was updated successfully, but these errors were encountered: