fix(executor): skip Response block formatting for internal JWT callers #11479
ci.yml
on: pull_request
Detect Version
Test and Build
/
Test and Build
1m 4s
Check Docs Changes
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Create GitHub Release
0s
Annotations
10 errors and 7 warnings
|
app/api/auth/oauth/token/route.test.ts > OAuth Token API Routes > GET handler > should return access token successfully:
apps/sim/app/api/auth/oauth/token/route.test.ts#L363
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/auth/oauth/token/route.test.ts:363:31
|
|
app/api/auth/oauth/token/route.test.ts > OAuth Token API Routes > POST handler > credentialAccountUserId + providerId path > should return 404 when credential not found for user:
apps/sim/app/api/auth/oauth/token/route.test.ts#L327
AssertionError: expected 500 to be 404 // Object.is equality
- Expected
+ Received
- 404
+ 500
❯ app/api/auth/oauth/token/route.test.ts:327:33
|
|
app/api/auth/oauth/token/route.test.ts > OAuth Token API Routes > POST handler > credentialAccountUserId + providerId path > should allow session-authenticated users to access their own credentials:
apps/sim/app/api/auth/oauth/token/route.test.ts#L306
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/auth/oauth/token/route.test.ts:306:33
|
|
app/api/auth/oauth/token/route.test.ts > OAuth Token API Routes > POST handler > credentialAccountUserId + providerId path > should reject requests for other users credentials:
apps/sim/app/api/auth/oauth/token/route.test.ts#L285
AssertionError: expected 500 to be 403 // Object.is equality
- Expected
+ Received
- 403
+ 500
❯ app/api/auth/oauth/token/route.test.ts:285:33
|
|
app/api/auth/oauth/token/route.test.ts > OAuth Token API Routes > POST handler > credentialAccountUserId + providerId path > should reject internal JWT authentication:
apps/sim/app/api/auth/oauth/token/route.test.ts#L265
AssertionError: expected 500 to be 401 // Object.is equality
- Expected
+ Received
- 401
+ 500
❯ app/api/auth/oauth/token/route.test.ts:265:33
|
|
app/api/workflows/[id]/route.test.ts > Workflow By ID API Route > GET /api/workflows/[id] > should use normalized tables when available:
apps/sim/app/api/workflows/[id]/route.test.ts#L267
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/workflows/[id]/route.test.ts:267:31
|
|
app/api/workflows/[id]/route.test.ts > Workflow By ID API Route > GET /api/workflows/[id] > should deny access when user has no workspace permissions:
apps/sim/app/api/workflows/[id]/route.test.ts#L229
AssertionError: expected 500 to be 403 // Object.is equality
- Expected
+ Received
- 403
+ 500
❯ app/api/workflows/[id]/route.test.ts:229:31
|
|
app/api/workflows/[id]/route.test.ts > Workflow By ID API Route > GET /api/workflows/[id] > should allow access when user has workspace permissions:
apps/sim/app/api/workflows/[id]/route.test.ts#L200
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/workflows/[id]/route.test.ts:200:31
|
|
app/api/workflows/[id]/route.test.ts > Workflow By ID API Route > GET /api/workflows/[id] > should allow access when user has admin workspace permission:
apps/sim/app/api/workflows/[id]/route.test.ts#L162
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/workflows/[id]/route.test.ts:162:31
|
|
app/api/workflows/[id]/route.test.ts > Workflow By ID API Route > GET /api/workflows/[id] > should return 404 when workflow does not exist:
apps/sim/app/api/workflows/[id]/route.test.ts#L124
AssertionError: expected 500 to be 404 // Object.is equality
- Expected
+ Received
- 404
+ 500
❯ app/api/workflows/[id]/route.test.ts:124:31
|
|
Test and Build / Test and Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, oven-sh/setup-bun@v2, useblacksmith/stickydisk@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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
|
|
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
|