GitHub Actions for CICD
Sources:
- **
Context
- Implement a CI configuration using GitHub Actions Workflows
Motivation
GitHub Actions is now available and it could provide a better experience than CircleCI for our setup.
- Deep integration with GitHub obviously
- 100% Free (because we’re Open Source). We don’t want to pay for CI if we don’t have to.
- Faster because of bigger limits in the number of concurrent jobs (CircleCI allows us 4 concurrent jobs with our current free plan).
Decision
Alternatives
- Do nothing and keep current setup with CircleCI
- Pay for higher concurrency limits with CircleCI
- Another CI platform
Consequences
Affected Projects
See Also
Appendix
Note created on 2024-04-12 and last modified on 2024-04-12.
Backlinks
(c) No Clocks, LLC | 2024