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
This commit is contained in:
Tak Hoffman
2026-03-22 09:10:08 -05:00
committed by GitHub
parent a07dcfde84
commit 52a0aa0672

View File

@@ -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: