feat(credentials): multiple credentials per provider #10427
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
1m 2s
Check Docs Changes
0s
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Create GitHub Release
0s
Annotations
5 errors and 3 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/auth/oauth/credentials/route.test.ts > OAuth Credentials API Route > should handle database error:
apps/sim/app/api/auth/oauth/credentials/route.test.ts#L264
AssertionError: expected 200 to be 500 // Object.is equality
- Expected
+ Received
- 500
+ 200
❯ app/api/auth/oauth/credentials/route.test.ts:264:29
|
|
app/api/auth/oauth/credentials/route.test.ts > OAuth Credentials API Route > should decode ID token for display name:
apps/sim/app/api/auth/oauth/credentials/route.test.ts#L241
TypeError: Cannot read properties of undefined (reading 'name')
❯ app/api/auth/oauth/credentials/route.test.ts:241:32
|
|
app/api/auth/oauth/credentials/route.test.ts > OAuth Credentials API Route > should return credentials successfully:
apps/sim/app/api/auth/oauth/credentials/route.test.ts#L132
AssertionError: expected [] to have a length of 2 but got +0
- Expected
+ Received
- 2
+ 0
❯ app/api/auth/oauth/credentials/route.test.ts:132:30
|
|
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
|