-
Notifications
You must be signed in to change notification settings - Fork 147
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
Migrate lint
, test
, test_packages
jobs from CircleCI to GitHub Actions
#692
Comments
Hey there 👋 I've got some time this weekend, and I'll be happy to help :) |
@sitek94 Thank you, this issue is now yours for this weekend 🙏 |
Hey again, I'm sorry, but I know already that I won't be able to do this over this weekend, you can unassign me 🙂 |
@sitek94 Ok, thank you for the heads up! |
@dtinth I can try spend some time on it. 🙏 |
@vtno Thanks! It is yours now. These 3 jobs should be pretty straightforward to migrate as they are pretty independent from other jobs.🙏 |
@vtno Hi! Do you still plan to work on this some time or should I unassign? |
Hey, I plan to spend some time on it this weekend. The work week is
quite busy.
Best regards,
Tino Thamjarat
On October 21, 2021, Tino Thamjarat ***@***.***> wrote:
@vtno <https://github.com/vtno> Hi! Do you still plan to work on this
some time or should I unassign?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#692 (comment)>,
or unsubscribe <https://github.com/notifications/unsubscribe-
auth/AAQWAWGNEK36W34HMWYNI3TUH7257ANCNFSM5FR5N3KQ>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-
email&mt=8&pt=524675> or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-
email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Thanks for the update @vtno! |
Background
Although CircleCI has a generous free plan for open source projects, it is only limited to 4 concurrent builds, leading two builds queuing up.
Meanwhile, GitHub Actions provides 20 concurrent builds.
Task
lint
,test
,test_packages
GitHub Actions.push
event..github/workflows/checks.yml
Hacktoberfest
If you would like to work on this task, please write a comment stating your intent. We will then assign the issue to you. To ensure continuity, the issue will be unassigned after 3 days of inactivity — so please keep us updated.
The text was updated successfully, but these errors were encountered: