ci: install codex and opencode CLIs in cli-tests job

The 15-provider test expects `provider models codex` and
`provider models opencode` to succeed, which requires the
actual CLI binaries to be on PATH.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mohamed Boudra
2026-04-11 00:08:27 +00:00
parent daa4f56018
commit 84e4bf1742

View File

@@ -163,6 +163,9 @@ jobs:
- name: Install dependencies
run: npm install
- name: Install agent CLIs for provider tests
run: npm install -g @openai/codex opencode-ai
- name: Build highlight dependency
run: npm run build --workspace=@getpaseo/highlight