Glossary coding Term Page
CI pipeline
An automated workflow that runs tests and builds when code is pushed
Core Idea
CI pipeline is An automated workflow that runs tests and builds when code is pushed. It usually makes the most sense alongside Environment variables, Bundling, Transpiling.
Why It Matters Here
Mathbong reuses this term across javascript posts as shared vocabulary.