diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f89b6ee..8a9503b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: cache: pnpm - run: pnpm install - name: Run checks - run: ./scripts/release/main.ts --version 0.0.0 --only-steps run-ci-checks + run: pnpm exec tsx ./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