Skip to content

fix(storage): support Azure connection string for presigned URLs #9089

fix(storage): support Azure connection string for presigned URLs

fix(storage): support Azure connection string for presigned URLs #9089

Triggered via pull request January 25, 2026 20:40
Status Failure
Total duration 1m 1s
Artifacts

ci.yml

on: pull_request
Detect Version
Detect Version
Test and Build  /  Test and Build
51s
Test and Build / Test and Build
Check Docs Changes
0s
Check Docs Changes
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs  /  Process Documentation Embeddings
Process Docs / Process Documentation Embeddings
Matrix: Create GHCR Manifests
Fit to window
Zoom out
Zoom in

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