Orbit currently uses CircleCI to build the application on every PR, and run chromatic tests on every PR.
With the current informations, it appears CircleCI brings nothing that Github Actions couldn't do, so we should consider migrating to github actions, to reduce the number of third party involved.
Description
Orbit currently uses CircleCI to build the application on every PR, and run chromatic tests on every PR.
With the current informations, it appears CircleCI brings nothing that Github Actions couldn't do, so we should consider migrating to github actions, to reduce the number of third party involved.
This recommandation comes following this incident https://circleci.com/blog/january-4-2023-security-alert/
at the moment in circle ci we have 2 jobs:
Those jobs are ran:
I'm not sure why running Nightly is necessary, considering that it runs even if no changes were detected, i think