hyperdx/.github/workflows
Warren Lee f8f7634552
Fix release CLI workflow: build common-utils before compilation (#2086)
The "Release CLI Binaries" job fails because `bun build --compile` can't resolve `@hyperdx/common-utils/dist/*` imports. In CI it's a fresh checkout — `yarn install` puts source code in place but `common-utils` needs to be compiled (tsup) to produce its `dist/` output.

Adds a `make ci-build` step between `yarn install` and the CLI compile step.

Fixes https://github.com/hyperdxio/hyperdx/actions/runs/24220292098/job/70710194631
2026-04-10 15:04:09 +00:00
..
claude-code-review.yml chore: allow more bots to run code review workflow (#2045) 2026-04-02 16:38:31 +00:00
claude.yml chore: increment max calls allowed for claude (#2082) 2026-04-09 15:31:47 +00:00
e2e-tests.yml fix: add retry logic for docker pull in E2E CI workflow (#2051) 2026-04-03 18:08:09 +00:00
knip.yml chore: refactor knip CI to fail on issues and simplify comment format (#2003) 2026-04-01 17:12:40 +00:00
main.yml chore: separate e2e job (#1799) 2026-02-25 14:23:46 +00:00
pr-triage.yml chore: don't include test files in line count changes for pr tiering (#2083) 2026-04-09 15:47:08 +00:00
push.yml ci: update workflows (v2 GA) (#884) 2025-05-29 21:01:40 +00:00
pushv1.yml ci: update workflows (v2 GA) (#884) 2025-05-29 21:01:40 +00:00
release-nightly.yml ci: Replace QEMU with native ARM64 runners for release builds (#1952) 2026-03-20 23:04:49 +00:00
release.yml Fix release CLI workflow: build common-utils before compilation (#2086) 2026-04-10 15:04:09 +00:00
security-audit.yml chore: Add dependabot vulnerability notifications (#1942) 2026-03-18 17:02:22 -04:00