mirror of https://github.com/openclaw/openclaw.git
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:
parent
a07dcfde84
commit
52a0aa0672
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue