Debug Your CI Locally
Debug your CircleCI® workflows much faster…
With Local CI, a VS Code Extension.
Not affiliated with CircleCI®. CircleCI® is a registered trademark of Circle Internet Services, Inc.
Run A CI Job Locally
No need to push a commit and wait.
See it running in your local.
Debug Locally
Get Bash access to the running job by clicking ‘Local CI debugging.’
When the job exits, you’ll still have Bash access to the job.
Restore And Save Cache
Run jobs faster when you cache dependencies.
Local CI supports the native restore_cache
and save_cache
values.
Run The Whole Workflow
You can even run jobs that depend on other jobs.
Local CI persists the workspace between jobs.
Fast Feedback Loop
Find out what’s wrong, and fix it right away.