fix: install tsx in ci

This commit is contained in:
Nathan Flurry 2026-03-05 15:59:22 -08:00
parent 71536d3654
commit abfabb20ae

View file

@ -21,8 +21,9 @@ jobs:
node-version: 20
cache: pnpm
- run: pnpm install
- run: npm install -g tsx
- name: Run checks
run: pnpm exec tsx ./scripts/release/main.ts --version 0.0.0 --only-steps run-ci-checks
run: ./scripts/release/main.ts --version 0.0.0 --only-steps run-ci-checks
- name: Run ACP v1 server tests
run: |
cargo test -p sandbox-agent-agent-management