Skip to content

Commit 5e39dd1

Browse files
pacostasphracek
authored andcommitted
adding langchain to test suite
1 parent c1ba006 commit 5e39dd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/run-upstream

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ test_client_faas
2626
test_client_cloudevents
2727
test_client_fastify
2828
test_client_pino
29+
test_client_langchain
2930
"
3031

3132
readonly EXPRESS_REVISION="${EXPRESS_REVISION:-$(docker run --rm "${IMAGE_NAME}" -- npm show express version)}"
@@ -44,6 +45,8 @@ readonly CLOUDEVENTS_REVISION="v${CLOUDEVENTS_REVISION:-$(docker run --rm "${IMA
4445
readonly CLOUDEVENTS_REPO="https://github.com/cloudevents/sdk-javascript.git"
4546
readonly FASTIFY_REVISION="v${FASTIFY_REVISION:-$(docker run --rm "${IMAGE_NAME}" -- npm show fastify version)}"
4647
readonly FASTIFY_REPO="https://github.com/fastify/fastify.git"
48+
readonly LANGCHAIN_REVISION=v"${LANGCHAIN_REVISION:-$(docker run --rm "${IMAGE_NAME}" -- npm show langchain version)}"
49+
readonly LANGCHAIN_REPO="https://github.com/langchain-ai/langchainjs"
4750

4851
# Since we built the candidate image locally, we don't want S2I attempt to pull
4952
# it from a registry

0 commit comments

Comments
 (0)