Skip to content

Build and Test

Build and Test #10231

Triggered via pull request September 29, 2024 10:03
@17Amir1717Amir17
synchronize #1897
phase-2
Status Failure
Total duration 2m 31s
Billable time 3m
Artifacts

build-and-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Build-and-Test
Property 'pcd' is missing in type '{ idBasedVerifyURL: string; ticketData: { eventName: string; ticketName: string; ticketId: string; eventId: string; productId: string; timestampConsumed: number; timestampSigned: number; isConsumed: boolean; ... 9 more ...; ticketSecret?: string | undefined; }; key: string; }' but required in type '{ ticketData: { eventName: string; ticketName: string; ticketId: string; eventId: string; productId: string; timestampConsumed: number; timestampSigned: number; isConsumed: boolean; isRevoked: boolean; ... 8 more ...; ticketSecret?: string | undefined; }; pcd: PODTicketPCD; idBasedVerifyURL: string; newUI?: boolean ...'.
Build-and-Test
Type '{ variant: "primary"; type: "number"; pattern: string; inputmode: string; value: string; onChange: (e: ChangeEvent<HTMLInputElement>) => void; autoFocus: true; placeholder: string; error: string | undefined; }' is not assignable to type 'IntrinsicAttributes & InputProps & RefAttributes<HTMLInputElement>'.
Build-and-Test
Type '{ variant: "primary"; type: "number"; pattern: string; inputmode: string; value: string; onChange: (e: ChangeEvent<HTMLInputElement>) => void; autoFocus: true; placeholder: string; error: string | undefined; }' is not assignable to type 'IntrinsicAttributes & InputProps & RefAttributes<HTMLInputElement>'.
Build-and-Test
No overload matches this call.
Build-and-Test
passport-client#build: command (/home/runner/work/zupass/zupass/apps/passport-client) /tmp/yarn--1727604321029-0.9020527024968301/yarn run build exited (2)
Build-and-Test
Process completed with exit code 2.
Build-and-Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/