From 9ff97814964c71b96ea886b7831453349a443233 Mon Sep 17 00:00:00 2001 From: dal Date: Tue, 23 Sep 2025 16:41:44 -0600 Subject: [PATCH] turborepo arg --- .github/workflows/build-lint-unit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-lint-unit.yml b/.github/workflows/build-lint-unit.yml index 14391ca2f..05974a848 100644 --- a/.github/workflows/build-lint-unit.yml +++ b/.github/workflows/build-lint-unit.yml @@ -13,13 +13,13 @@ env: # Turborepo Remote Caching TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ vars.TURBO_TEAM }} - TURBO_REMOTE_ONLY: true + TURBO_CACHE: remote:rw jobs: # Build job - runs in parallel build: name: Build - runs-on: blacksmith-4vcpu-ubuntu-2404 + runs-on: blacksmith-8vcpu-ubuntu-2404 timeout-minutes: 10 environment: testing steps: @@ -70,7 +70,7 @@ jobs: # Test job - runs after build completes test: name: Test - runs-on: blacksmith-4vcpu-ubuntu-2404 + runs-on: blacksmith-8vcpu-ubuntu-2404 timeout-minutes: 10 steps: - name: Checkout code @@ -106,7 +106,7 @@ jobs: # Services health check - runs after build completes services-health: name: Services Health Check - runs-on: blacksmith-4vcpu-ubuntu-2404 + runs-on: blacksmith-8vcpu-ubuntu-2404 timeout-minutes: 10 needs: build # Wait for build to complete environment: testing