You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ OGX uses GitHub Actions for Continuous Integration (CI). Below is a table detail
17
17
| Integration Auth Tests |[integration-auth-tests.yml](integration-auth-tests.yml)| Run the integration test suite with Kubernetes authentication |
18
18
| Integration Responses, Conversations & Prompts Auth Tests |[integration-responses-conversations-auth-tests.yml](integration-responses-conversations-auth-tests.yml)| Run responses, conversations, and prompts auth tests with Kubernetes authentication |
19
19
| SqlStore Integration Tests |[integration-sql-store-tests.yml](integration-sql-store-tests.yml)| Run the integration test suite with SqlStore |
20
-
| Messages API - Claude Code CLI Smoke Test |[integration-tests-messages-cli.yml](integration-tests-messages-cli.yml)| Drive the real Claude Code CLI against /v1/messages (live, Ollama) |
20
+
| Responses API - Codex CLI Smoke Test |[integration-tests-codex-cli.yml](integration-tests-codex-cli.yml)| Manually drive the real Codex CLI against /v1/responses |
21
+
| Messages API - Claude Code Client Smoke Tests |[integration-tests-messages-clients.yml](integration-tests-messages-clients.yml)| Drive the Claude Code CLI and Agent SDK against /v1/messages (live, Ollama) |
21
22
| Integration Tests (Replay) |[integration-tests.yml](integration-tests.yml)| Run the integration test suites from tests/integration in replay mode |
22
23
| Vector IO Integration Tests |[integration-vector-io-tests.yml](integration-vector-io-tests.yml)| Run the integration test suite with various VectorIO providers |
0 commit comments