mirror of https://github.com/buster-so/buster.git
test
This commit is contained in:
parent
18048fd7e8
commit
7eeada64f0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue