diff --git a/.github/workflows/validate-orchestrator-integration.yml b/.github/workflows/validate-orchestrator-integration.yml index abd8f396..3bc800f0 100644 --- a/.github/workflows/validate-orchestrator-integration.yml +++ b/.github/workflows/validate-orchestrator-integration.yml @@ -385,6 +385,12 @@ jobs: - run: yarn install --frozen-lockfile + - name: Build orchestrator + run: | + echo "Building orchestrator TypeScript..." + yarn build + echo "✓ orchestrator build successful" + # --- Fast unit tests (fast-fail gate before heavy infra tests) --- - name: Run orchestrator unit tests (fast, no infra) timeout-minutes: 2 @@ -679,6 +685,12 @@ jobs: - run: yarn install --frozen-lockfile + - name: Build orchestrator + run: | + echo "Building orchestrator TypeScript..." + yarn build + echo "✓ orchestrator build successful" + # --- AWS Test 1: orchestrator-image --- - name: Run orchestrator-image test (AWS) timeout-minutes: 10