improvement(vertex): added vertex to all LLM-based blocks, fixed refresh #7517
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
50s
Check Docs Changes
0s
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Annotations
8 errors and 1 warning
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
lib/oauth/oauth.test.ts > OAuth Token Refresh > Token Response Handling > should use default expiration when not provided:
apps/sim/lib/oauth/oauth.test.ts#L412
AssertionError: expected null to deeply equal { …(3) }
- Expected:
{
"accessToken": "new_access_token",
"expiresIn": 3600,
"refreshToken": "test_refresh_token",
}
+ Received:
null
❯ lib/oauth/oauth.test.ts:412:22
|
|
lib/oauth/oauth.test.ts > OAuth Token Refresh > Token Response Handling > should use original refresh token when new one is not provided:
apps/sim/lib/oauth/oauth.test.ts#L378
AssertionError: expected null to deeply equal { …(3) }
- Expected:
{
"accessToken": "new_access_token",
"expiresIn": 3600,
"refreshToken": "original_refresh_token",
}
+ Received:
null
❯ lib/oauth/oauth.test.ts:378:22
|
|
lib/oauth/oauth.test.ts > OAuth Token Refresh > Body Credential Providers > should include Accept header for GitHub requests:
apps/sim/lib/oauth/oauth.test.ts#L284
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
❯ lib/oauth/oauth.test.ts:284:34
|
|
lib/oauth/oauth.test.ts > OAuth Token Refresh > Body Credential Providers > should send Microsoft request with credentials in body and no Basic Auth:
apps/sim/lib/oauth/oauth.test.ts#L245
AssertionError: expected "spy" to be called with arguments: [ …(2) ]
Number of calls: 0
❯ lib/oauth/oauth.test.ts:245:29
|
|
lib/oauth/oauth.test.ts > OAuth Token Refresh > Body Credential Providers > should send GitHub request with credentials in body and no Basic Auth:
apps/sim/lib/oauth/oauth.test.ts#L245
AssertionError: expected "spy" to be called with arguments: [ …(2) ]
Number of calls: 0
❯ lib/oauth/oauth.test.ts:245:29
|
|
lib/oauth/oauth.test.ts > OAuth Token Refresh > Body Credential Providers > should send Google request with credentials in body and no Basic Auth:
apps/sim/lib/oauth/oauth.test.ts#L245
AssertionError: expected "spy" to be called with arguments: [ …(2) ]
Number of calls: 0
❯ lib/oauth/oauth.test.ts:245: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
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|