From b8be66648c896a6d9e66d4ad4ac0b4f420dc6298 Mon Sep 17 00:00:00 2001 From: Wells Bunker Date: Wed, 24 Sep 2025 10:24:57 -0600 Subject: [PATCH] test --- .github/workflows/build-lint-unit.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/build-lint-unit.yml b/.github/workflows/build-lint-unit.yml index 61c3948b1..ea91f9309 100644 --- a/.github/workflows/build-lint-unit.yml +++ b/.github/workflows/build-lint-unit.yml @@ -68,17 +68,7 @@ jobs: echo "✅ Docker images pre-pulled successfully" - name: Start services - run: | - echo "🚀 Starting all services (includes Supabase)..." - # Turbo start will use cached builds from .turbo - pnpm turbo start > turbo.log 2>&1 & - echo $! > turbo.pid - echo "Started turbo with PID $(cat turbo.pid)" - - # Give services a moment to start and show initial logs - sleep 10 - echo "=== Initial turbo start output ===" - head -50 turbo.log || true + run: pnpm turbo start env: SKIP_ENV_CHECK: true TURBO_TELEMETRY_DISABLED: 1