From 52a0aa06723fbad5e7c2b0fc07fe04eef433d1c7 Mon Sep 17 00:00:00 2001 From: Tak Hoffman <781889+Takhoffman@users.noreply.github.com> Date: Sun, 22 Mar 2026 09:10:08 -0500 Subject: [PATCH] ci: build dist before macos tests (#52279) * ci: hydrate dist before plugin-sdk test lanes * ci: skip bun-only dist build on PRs * ci: build dist before macos tests --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7390025139a..b245e9b6bd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -735,6 +735,9 @@ jobs: with: install-bun: "false" + - name: Build dist (macOS) + run: pnpm build + # --- Run all checks sequentially (fast gates first) --- - name: TS tests (macOS) env: