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
ci[patch]: Only run CI testsing if specific package touched (#5733)
* ci[patch]: Only run latest/lowest if specific package touched
* matrix it!
* docs for new integration ci testsing
* make change to core to test
* Update chat.ts
* fix if statements
* fix if integrations
* test
* revert
* conditionally run test exports
* conditionally run standard tests too and make oai change to trigger
---------
Co-authored-by: Jacob Lee <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+12
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,18 @@ To make creating packages like this easier, we offer the [`create-langchain-inte
37
37
$ npx create-langchain-integration
38
38
```
39
39
40
+
After creating the new integration package, you should add it to the [`unit-tests-integrations.yml`](./.github/workflows/unit-tests-integrations.yml) GitHub action workflow so that it is tested in CI. To do this, simply add the integration name inside the `jobs.unit-tests.strategy.matrix.package` array:
### Want to add a feature that's already in Python?
41
53
42
54
If you're interested in contributing a feature that's already in the [LangChain Python repo](https://github.com/langchain-ai/langchain) and you'd like some help getting started, you can try pasting code snippets and classes into the [LangChain Python to JS translator](https://langchain-translator.vercel.app/).
0 commit comments