Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npm ci

- name: Install Codex CLI
run: npm install -g @openai/codex@0.145.0
run: npm install -g @openai/codex@0.147.0

- name: Check release versions
run: npm run check-version
Expand All @@ -49,5 +49,15 @@ jobs:
codex plugin marketplace add . --json
codex plugin add cc-plugin-codex@cc-plugin-codex --json

- name: Verify Codex plugin discovery
if: matrix.node == '22'
uses: builtbyhuy/codex-plugin-check@562567df8926082eb29f940ff1e84957ecd96a38
with:
marketplace-root: .
plugin: cc-plugin-codex
codex-version: 0.147.0
isolation: env
output: ${{ runner.temp }}/codex-plugin-conformance.json

- name: Run test suite
run: npm test