turborepo arg

This commit is contained in:
dal 2025-09-23 16:41:44 -06:00
parent a06898107c
commit 9ff9781496
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 4 additions and 4 deletions

View File

@ -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