From 84e4bf1742127b1540039f3dc201bc0d4cdec7cb Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Sat, 11 Apr 2026 00:08:27 +0000 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48eb77ea6..6356c756f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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