Selaa lähdekoodia

ci: add turbo cache to build and test workflows

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Devin AI 9 kuukautta sitten
vanhempi
sitoutus
7d8d34d653
2 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 2 0
      .github/workflows/ci-turbo-build.yml
  2. 2 0
      .github/workflows/ci-turbo-test.yml

+ 2 - 0
.github/workflows/ci-turbo-build.yml

@@ -24,5 +24,7 @@ jobs:
         name: Install pnpm
         with:
           run_install: true
+      - name: Cache for Turbo
+        uses: rharkor/caching-for-turbo@v1.5
       - name: Build
         run: pnpm build:ci

+ 2 - 0
.github/workflows/ci-turbo-test.yml

@@ -37,5 +37,7 @@ jobs:
         name: Install pnpm
         with:
           run_install: true
+      - name: Cache for Turbo
+        uses: rharkor/caching-for-turbo@v1.5
       - name: Test
         run: pnpm test:ci