aglinxinyuan commented on PR #6171:
URL: https://github.com/apache/texera/pull/6171#issuecomment-4888303182

   Ran the full `agent-service` CI leg locally on the head commit (`bun install 
→ license check → format:check → typecheck → bun test`), all green:
   
   | Step | Result |
   | --- | --- |
   | `bun install --production --frozen-lockfile` | ✅ exit 0 |
   | `bun run bin/collect-licenses.ts` | ✅ exit 0 |
   | license check (PR, `--ignore-transitive-version`) | ✅ `OK: 57 
agent-service npm packages match LICENSE-binary.` |
   | license check (strict / nightly-main) | ✅ `OK: 57 agent-service npm 
packages match LICENSE-binary.` |
   | `bun install --frozen-lockfile` | ✅ exit 0 |
   | `bun run format:check` | ✅ `All matched files use Prettier code style!` |
   | `bun run typecheck` (`tsc --noEmit`) | ✅ exit 0 |
   | `bun test` | ✅ **115 pass, 0 fail** |
   
   `bun test` output:
   
   ```
    115 pass
    0 fail
    216 expect() calls
   Ran 115 tests across 7 files. [481.00ms]
   ```
   
   CI agrees — `build / agent-service` is green on both `ubuntu-latest` and 
`macos-latest` for this commit.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to