Преглед на файлове

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