ci: Set up Turborepo cache for GitHub actions runner (no-changelog) (#6335)

This commit is contained in:
Iván Ovejero
2023-06-02 10:57:53 +02:00
committed by GitHub
parent 0f2bc6b737
commit 9dfc11037b
3 changed files with 9 additions and 0 deletions

View File

@@ -29,6 +29,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Configure Turbo cache
uses: dtinth/setup-github-actions-caching-for-turbo@v1
- name: Build
run: pnpm build

View File

@@ -28,6 +28,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Configure Turbo cache
uses: dtinth/setup-github-actions-caching-for-turbo@v1
- name: Start MySQL & Postgres
uses: isbang/compose-action@v1.3.2
with:

View File

@@ -23,6 +23,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Configure Turbo cache
uses: dtinth/setup-github-actions-caching-for-turbo@v1
- name: Build
run: pnpm build