Skip to content

feat(webapp): consolidate auth path + add comprehensive auth tests #5705

feat(webapp): consolidate auth path + add comprehensive auth tests

feat(webapp): consolidate auth path + add comprehensive auth tests #5705

Triggered via pull request May 4, 2026 15:07
Status Cancelled
Total duration 7m 4s
Artifacts 4

pr_checks.yml

on: pull_request
Matrix: units / internal / 🧪 Unit Tests: Internal
Matrix: units / packages / 🧪 Unit Tests: Packages
Matrix: units / webapp / 🧪 Unit Tests: Webapp
typecheck  /  typecheck
6m 21s
typecheck / typecheck
units  /  ...  /  🧪 E2E Tests: Webapp
3m 24s
units / e2e-webapp / 🧪 E2E Tests: Webapp
sdk-compat  /  Bun Runtime
2m 2s
sdk-compat / Bun Runtime
sdk-compat  /  Deno Runtime
1m 58s
sdk-compat / Deno Runtime
sdk-compat  /  Cloudflare Workers
2m 13s
sdk-compat / Cloudflare Workers
Matrix: e2e / cli-v3
Matrix: sdk-compat / node-compat
units  /  ...  /  📊 Merge Reports
21s
units / internal / 📊 Merge Reports
units  /  ...  /  📊 Merge Reports
0s
units / packages / 📊 Merge Reports
units  /  ...  /  📊 Merge Reports
25s
units / webapp / 📊 Merge Reports
Fit to window
Zoom out
Zoom in

Annotations

47 errors
units / webapp / 🧪 Unit Tests: Webapp (8, 8)
Process completed with exit code 1.
units / webapp / 🧪 Unit Tests: Webapp (6, 8)
The strategy configuration was canceled because "units.webapp.unitTests._8_8" failed
units / webapp / 🧪 Unit Tests: Webapp (6, 8)
The operation was canceled.
units / webapp / 🧪 Unit Tests: Webapp (5, 8)
The strategy configuration was canceled because "units.webapp.unitTests._8_8" failed
units / webapp / 🧪 Unit Tests: Webapp (5, 8)
The operation was canceled.
units / webapp / 🧪 Unit Tests: Webapp (2, 8)
The strategy configuration was canceled because "units.webapp.unitTests._8_8" failed
units / webapp / 🧪 Unit Tests: Webapp (2, 8)
The operation was canceled.
units / webapp / 🧪 Unit Tests: Webapp (7, 8)
The strategy configuration was canceled because "units.webapp.unitTests._8_8" failed
units / webapp / 🧪 Unit Tests: Webapp (7, 8)
The operation was canceled.
units / webapp / 🧪 Unit Tests: Webapp (1, 8)
The strategy configuration was canceled because "units.webapp.unitTests._8_8" failed
units / webapp / 🧪 Unit Tests: Webapp (1, 8)
The operation was canceled.
units / webapp / 🧪 Unit Tests: Webapp (3, 8)
The strategy configuration was canceled because "units.webapp.unitTests._8_8" failed
units / webapp / 🧪 Unit Tests: Webapp (3, 8)
The operation was canceled.
units / webapp / 🧪 Unit Tests: Webapp (4, 8)
The strategy configuration was canceled because "units.webapp.unitTests._8_8" failed
units / webapp / 🧪 Unit Tests: Webapp (4, 8)
The operation was canceled.
units / webapp / 📊 Merge Reports
Process completed with exit code 1.
units / internal / 🧪 Unit Tests: Internal (4, 8)
Process completed with exit code 1.
units / internal / 🧪 Unit Tests: Internal (7, 8)
The strategy configuration was canceled because "units.internal.unitTests._4_8" failed
units / internal / 🧪 Unit Tests: Internal (7, 8)
Process completed with exit code 1.
units / internal / 🧪 Unit Tests: Internal (2, 8)
The strategy configuration was canceled because "units.internal.unitTests._4_8" failed
units / internal / 🧪 Unit Tests: Internal (2, 8)
The operation was canceled.
units / internal / 🧪 Unit Tests: Internal (6, 8)
The strategy configuration was canceled because "units.internal.unitTests._4_8" failed
units / internal / 🧪 Unit Tests: Internal (6, 8)
The operation was canceled.
units / internal / 🧪 Unit Tests: Internal (1, 8)
The strategy configuration was canceled because "units.internal.unitTests._4_8" failed
units / internal / 🧪 Unit Tests: Internal (1, 8)
The operation was canceled.
units / internal / 🧪 Unit Tests: Internal (5, 8)
The strategy configuration was canceled because "units.internal.unitTests._4_8" failed
units / internal / 🧪 Unit Tests: Internal (5, 8)
The operation was canceled.
units / internal / 🧪 Unit Tests: Internal (3, 8)
The strategy configuration was canceled because "units.internal.unitTests._4_8" failed
units / internal / 🧪 Unit Tests: Internal (3, 8)
The operation was canceled.
units / internal / 📊 Merge Reports
Process completed with exit code 1.
typecheck / typecheck
Canceling since a higher priority waiting request for 🤖 PR Checks-3499 exists
typecheck / typecheck
Process completed with exit code 2.
typecheck / typecheck
Type '({ row, addressingKey }: { row: { type: string; tags: string[]; id: string; createdAt: Date; updatedAt: Date; organizationId: string; friendlyId: string; projectId: string; taskIdentifier: string; expiresAt: Date | null; ... 8 more ...; closedReason: string | null; } | null; addressingKey: string; }) => { ...; }' is not assignable to type '(resource: { row: { type: string; tags: string[]; id: string; createdAt: Date; updatedAt: Date; organizationId: string; friendlyId: string; projectId: string; taskIdentifier: string; expiresAt: Date | null; ... 8 more ...; closedReason: string | null; } | null; addressingKey: string; }, params: { ...; }, searchParam...'.
typecheck / typecheck
Type '{ sessions: string; }' is not assignable to type 'AuthResource'.
typecheck / typecheck
Type '(params: { session: string; io: "in" | "out"; }, _: undefined, __: undefined, ___: undefined, session: { type: string; tags: string[]; id: string; createdAt: Date; updatedAt: Date; organizationId: string; ... 12 more ...; closedReason: string | null; } | null | undefined) => { ...; }' is not assignable to type '(params: { session: string; io: "in" | "out"; }, searchParams: undefined, headers: undefined, body: undefined, resource: { type: string; tags: string[]; id: string; createdAt: Date; updatedAt: Date; ... 13 more ...; closedReason: string | null; } | null | undefined) => AuthResource'.
typecheck / typecheck
Type '{ tasks: string; }' is not assignable to type 'AuthResource'.
typecheck / typecheck
Type '{ tasks: string | string[] | undefined; }' is not assignable to type 'AuthResource'.
typecheck / typecheck
Type '{ sessions: string; }' is not assignable to type 'AuthResource'.
typecheck / typecheck
Type '{ sessions: string[]; }' is not assignable to type 'AuthResource'.
typecheck / typecheck
Type '(params: { session: string; }, _: undefined, __: undefined, ___: { reason: string; callingRunId: string; }, session: { type: string; tags: string[]; id: string; createdAt: Date; updatedAt: Date; ... 13 more ...; closedReason: string | null; } | null | undefined) => { ...; }' is not assignable to type '(params: { session: string; }, searchParams: undefined, headers: undefined, body: { reason: string; callingRunId: string; }, resource: { type: string; tags: string[]; id: string; createdAt: Date; ... 14 more ...; closedReason: string | null; } | null | undefined) => AuthResource'.
typecheck / typecheck
Type '{ sessions: string; }' is not assignable to type 'AuthResource'.
units / packages / 🧪 Unit Tests: Packages (1, 1)
Canceling since a higher priority waiting request for 🤖 PR Checks-3499 exists
units / packages / 🧪 Unit Tests: Packages (1, 1)
The operation was canceled.
🤖 PR Checks
Canceling since a higher priority waiting request for 🤖 PR Checks-3499 exists
🤖 PR Checks
Canceling since a higher priority waiting request for 🤖 PR Checks-3499 exists
🤖 PR Checks
Canceling since a higher priority waiting request for 🤖 PR Checks-3499 exists
🤖 PR Checks
Canceling since a higher priority waiting request for 🤖 PR Checks-3499 exists

Artifacts

Produced during runtime
Name Size Digest
internal-blob-report-4 Expired
38.4 KB
sha256:c5d8035901e0502b17eeb99fc957a03049b1c69eb96dee97d5447efa7be99a61
internal-blob-report-7 Expired
29.8 KB
sha256:d174e6ae1ec5b82e6de41b83086b2211ff8e6c2f64a89128f79ddcbe8b1fbf85
internal-blob-report-8 Expired
1.88 KB
sha256:fc1c1a9aa9405f1f1eacc3a53b6989e093197f7658081477c62a66282cd90bf4
webapp-blob-report-8 Expired
8.21 KB
sha256:6b5d03fc98adb54b1a085e21f47be806358dac9872beb1e2041b4af385f7fa4b