This commit is contained in:
Wells Bunker 2025-10-06 16:36:50 -06:00
parent 18048fd7e8
commit 7eeada64f0
No known key found for this signature in database
GPG Key ID: DB16D6F2679B78FC
1 changed files with 9 additions and 9 deletions

View File

@ -234,15 +234,15 @@ jobs:
# echo "✅ Docker images pre-pulled successfully"
- name: Start services in background
run: |
echo "🚀 Starting all services in background..."
pnpm turbo start 2>&1 | tee turbo.log &
echo $! > turbo.pid
echo "Started turbo with PID $(cat turbo.pid)"
echo "Showing initial startup logs..."
sleep 5
echo "=== Latest logs ==="
tail -20 turbo.log || echo "No logs yet"
run: turbo start
# echo "🚀 Starting all services in background..."
# pnpm turbo start 2>&1 | tee turbo.log &
# echo $! > turbo.pid
# echo "Started turbo with PID $(cat turbo.pid)"
# echo "Showing initial startup logs..."
# sleep 5
# echo "=== Latest logs ==="
# tail -20 turbo.log || echo "No logs yet"
env:
TURBO_CACHE_DIR: .turbo
SKIP_ENV_CHECK: true