fix(storage): support Azure connection string for presigned URLs #9089
ci.yml
on: pull_request
Detect Version
Test and Build
/
Test and Build
51s
Check Docs Changes
0s
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Annotations
3 errors and 2 warnings
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
Test and Build / Test and Build
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
|
|
app/api/knowledge/search/utils.test.ts > Knowledge Search Utils > generateSearchEmbedding > should include correct request body for OpenAI:
apps/sim/app/api/knowledge/search/utils.test.ts#L404
AssertionError: expected "spy" to be called with arguments: [ Any<String>, ObjectContaining{…} ]
Received:
1st spy call:
[
- Any<String>,
- ObjectContaining {
- "body": "{\"input\":[\"test query\"],\"model\":\"text-embedding-3-small\",\"encoding_format\":\"float\"}",
+ "https://api.openai.com/v1/embeddings",
+ {
+ "body": "{\"input\":[\"test query\"],\"model\":\"text-embedding-3-small\",\"encoding_format\":\"float\",\"dimensions\":1536}",
+ "headers": {
+ "Authorization": "***",
+ "Content-Type": "application/json",
+ },
+ "method": "POST",
},
]
Number of calls: 1
❯ app/api/knowledge/search/utils.test.ts:404:24
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|