-
Notifications
You must be signed in to change notification settings - Fork 3
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
Consider GitHub Actions #143
Comments
I failed to replace CircleCI because of cache size limit. |
Ref: actions/cache#6 |
The cache limit has been bumped to 2GB. |
@imbsky yes, I subscribed the issue, so I know it is increased. Now I am considering it again. |
If 450 MB is enough, there is no problem, but if 1GB is needed, the cache can't be used effectively, so there are still many concerns. |
@imbsky Yes, even with 450MB, it cannot save more than 4 snapshots, and that's why I am reluctant now. |
Now it's 5GB, so I'm planning to introduce it again. |
GitHub Actions is free for open source projects, and it supports parallelism too,
whereas CircleCI's free plan is quite limited.
(However, CircleCI's first-class docker support has its advantage.)
The text was updated successfully, but these errors were encountered: