Преглед изворни кода

ci: add turbo remote caching configuration

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Devin AI пре 9 месеци
родитељ
комит
cf355f93f0
2 измењених фајлова са 10 додато и 0 уклоњено
  1. 5 0
      .github/workflows/ci-turbo-build.yml
  2. 5 0
      .github/workflows/ci-turbo-test.yml

+ 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