Repo
Docs
CI Recipes

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.

Setup

To enable Remote Caching for your CI:

  1. Setup the environment variables for Turborepo 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.