fix(auth): swap out hybrid auth in relevant callsites #9822
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
49s
Check Docs Changes
0s
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Create GitHub Release
Annotations
10 errors and 3 warnings
|
app/api/files/parse/route.test.ts > File Parse API Route > should handle multiple files:
apps/sim/app/api/files/parse/route.test.ts#L178
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/files/parse/route.test.ts:178:29
|
|
app/api/files/parse/route.test.ts > File Parse API Route > should process S3 files:
apps/sim/app/api/files/parse/route.test.ts#L154
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/files/parse/route.test.ts:154:29
|
|
app/api/files/parse/route.test.ts > File Parse API Route > should accept and process a local file:
apps/sim/app/api/files/parse/route.test.ts#L128
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/files/parse/route.test.ts:128:29
|
|
app/api/files/parse/route.test.ts > File Parse API Route > should handle missing file path:
apps/sim/app/api/files/parse/route.test.ts#L109
AssertionError: expected 500 to be 400 // Object.is equality
- Expected
+ Received
- 400
+ 500
❯ app/api/files/parse/route.test.ts:109:29
|
|
app/api/files/delete/route.test.ts > File Delete API Route > should handle missing file path:
apps/sim/app/api/files/delete/route.test.ts#L199
AssertionError: expected 500 to be 400 // Object.is equality
- Expected
+ Received
- 400
+ 500
❯ app/api/files/delete/route.test.ts:199:29
|
|
app/api/files/delete/route.test.ts > File Delete API Route > should handle Azure Blob file deletion successfully:
apps/sim/app/api/files/delete/route.test.ts#L178
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/files/delete/route.test.ts:178:29
|
|
app/api/files/delete/route.test.ts > File Delete API Route > should handle S3 file deletion successfully:
apps/sim/app/api/files/delete/route.test.ts#L152
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/files/delete/route.test.ts:152:29
|
|
app/api/files/delete/route.test.ts > File Delete API Route > should handle file not found gracefully:
apps/sim/app/api/files/delete/route.test.ts#L132
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/files/delete/route.test.ts:132:29
|
|
app/api/files/delete/route.test.ts > File Delete API Route > should handle local file deletion successfully:
apps/sim/app/api/files/delete/route.test.ts#L111
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/files/delete/route.test.ts:111:29
|
|
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)
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
- Step: unknown (failed)
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|