mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
ci(infra): expand integration tests dispatch dropdown to external partners (#37614)
Adds `aws`, `google-genai`, and `google-vertexai` to the manual-run
`working-directory` dropdown on the `⏰ Integration Tests` workflow.
These partners live in external repos (`langchain-ai/langchain-google`,
`langchain-ai/langchain-aws`) and were previously only reachable via the
free-form `working-directory-override` input despite the job already
checking them out into `libs/partners/`.
This commit is contained in:
3
.github/workflows/integration_tests.yml
vendored
3
.github/workflows/integration_tests.yml
vendored
@@ -27,10 +27,13 @@ on:
|
|||||||
- "standard-tests"
|
- "standard-tests"
|
||||||
- "model-profiles"
|
- "model-profiles"
|
||||||
- "anthropic"
|
- "anthropic"
|
||||||
|
- "aws"
|
||||||
- "chroma"
|
- "chroma"
|
||||||
- "deepseek"
|
- "deepseek"
|
||||||
- "exa"
|
- "exa"
|
||||||
- "fireworks"
|
- "fireworks"
|
||||||
|
- "google-genai"
|
||||||
|
- "google-vertexai"
|
||||||
- "groq"
|
- "groq"
|
||||||
- "huggingface"
|
- "huggingface"
|
||||||
- "mistralai"
|
- "mistralai"
|
||||||
|
|||||||
Reference in New Issue
Block a user