Turborepo

Continuous Integration

Turborepo not only speeds up builds, but also the rest of your Continuous Integration pipeline by using Remote Caching. Below are a few platform recipes to use Turborepo with your CI providers.

General Setup

To enable Remote Caching for your CI:

  1. Setup the environment variables for Turborepo in your CI to access your Remote Cache.

    VariableDescription
    TURBO_TOKENThe Bearer token to access the Remote Cache
    TURBO_TEAMThe account name associated with your repository
  2. Clone your repository.

  3. Install your dependencies through your package manager.

  4. Run your tasks through turbo.

hours

Total Compute Saved
Get started with
Remote Caching →

On this page