Continuous Integration
Recipes for using Turborepo with Vercel, GitHub Actions, and other continuous integration providers.
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:
- Setup the environment variables for Turborepo in your CI to access your Remote Cache.
Variable Description TURBO_TOKENThe Bearer token to access the Remote Cache TURBO_TEAMThe account name associated with your repository. When using Vercel Remote Cache, this is your team's slug. - Clone your repository.
- Install your dependencies through your package manager.
- Run your tasks through
turbo.