Skip to content

Commit cc7a36f

Browse files
committed
Add retrieve example to the CI
1 parent e0211e4 commit cc7a36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# We pass the list of examples here, but we can't pass an array as argument
9292
# Instead, we pass a String with a valid JSON array.
9393
# The workaround is mentioned here https://github.com/orgs/community/discussions/11692
94-
examples: "[ 'api-key', 'converse', 'converse-stream', 'embeddings', 'openai', 'text_chat' ]"
94+
examples: "[ 'api-key', 'converse', 'converse-stream', 'embeddings', 'openai', 'retrieve', 'text_chat' ]"
9595

9696
swift-6-language-mode:
9797
name: Swift 6 Language Mode

0 commit comments

Comments
 (0)