feat(tools): added download file tool for onedrive, google drive, and slack; added move email tool for gmail and outlook #5341
ci.yml
on: pull_request
Test and Build
/
Test and Build
30s
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Deploy Trigger.dev
/
Deploy to Trigger.dev
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Annotations
4 errors
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
app/api/files/presigned/route.test.ts > /api/files/presigned > POST > should generate chat Azure Blob presigned URL with chat prefix and direct path:
apps/sim/app/api/files/presigned/route.test.ts#L297
AssertionError: expected '1704067200000-b6452q5-chat-logo.png' to match /^chat\/.*chat-logo\.…/.*chat-logo\.png$
- Expected:
/^chat\/.*chat-logo\.png$/
+ Received:
"1704067200000-b6452q5-chat-logo.png"
❯ app/api/files/presigned/route.test.ts:297:33
|
|
app/api/files/presigned/route.test.ts > /api/files/presigned > POST > should generate chat S3 presigned URL with chat prefix and direct path:
apps/sim/app/api/files/presigned/route.test.ts#L238
AssertionError: expected '1704067200000-eni6rok-chat-logo.png' to match /^chat\/.*chat-logo\.…/.*chat-logo\.png$
- Expected:
/^chat\/.*chat-logo\.png$/
+ Received:
"1704067200000-eni6rok-chat-logo.png"
❯ app/api/files/presigned/route.test.ts:238:33
|
|
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)
|