Skip to content

Commit 326b818

Browse files
committed
Add SKIP_VECTOR_SEARCH environment variable to workflow configuration
1 parent 678fc96 commit 326b818

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-mcp-server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
LLM_MODEL: Qwen2.5-Coder-32B-Instruct-Q5_K_M
1818
LLM_EMBED_MODEL: nomic-embed
1919
LLM_EMBED_SIZE: 768
20+
SKIP_VECTOR_SEARCH: "true"
2021

2122
steps:
2223
- name: Checkout code

0 commit comments

Comments
 (0)