Sfoglia il codice sorgente

ci: add turbo remote caching configuration

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Devin AI 9 mesi fa
parent
commit
cf355f93f0

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

@@ -23,5 +23,10 @@ jobs:
         name: Install pnpm
         with:
           run_install: true
+      - name: Enable Turbo Remote Caching
+        uses: actions/setup-node@v4
+        with:
+          token: ${{ secrets.TURBO_TOKEN }}
+          team: pythnetwork
       - name: Build
         run: pnpm build:ci

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

@@ -36,5 +36,10 @@ jobs:
         name: Install pnpm
         with:
           run_install: true
+      - name: Enable Turbo Remote Caching
+        uses: actions/setup-node@v4
+        with:
+          token: ${{ secrets.TURBO_TOKEN }}
+          team: pythnetwork
       - name: Test
         run: pnpm test:ci