Skip to content

Continuous Integration old

Banu Kutlu edited this page Jan 19, 2023 · 1 revision

"Continuous Integration" or CI is a term we use to refer to automated application verification and testing of new code as it is being added commit by commit. We used to use Travis CI and have switched to GitHub Actions as of January 2021. See .github/workflows/ci for the instructions we provide to GitHub on what to do to verify and test our application new code contributions. In summary we:

Clone this wiki locally