Skip to content

fix: test setup

fix: test setup #253

Triggered via push December 14, 2024 05:06
Status Failure
Total duration 1m 15s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Test
Type '{ __typename?: "Event"; confirmed: Scalars["Boolean"]; createdAt: Scalars["DateTime"]; description: Scalars["String"]; editToken: Scalars["String"]; ... 15 more ...; visible: Scalars["Boolean"]; }' is not assignable to type 'Omit<Event, "responses">'.
Test
Type '{ __typename?: "Response"; comment: Scalars["String"]; confirmed: Scalars["Boolean"]; createdAt: Scalars["DateTime"]; editToken: Scalars["String"]; ... 9 more ...; updatedAt: Scalars["DateTime"]; }' is not assignable to type 'Omit<Response, "event" | "reminders">'.
Test
Type '{ name: string; email: string; headCount: number; comment: string; captchaResponse: string; }' is missing the following properties from type 'CreateResponseInput': notiEventDeleted, notiEventUpdated
Test
Type '{ name: string; email: string; headCount: number; comment: string; remindPriorSec: number; captchaResponse: string; }' is missing the following properties from type 'CreateResponseInput': notiEventDeleted, notiEventUpdated
Test
Type '{ headCount: number; }' is missing the following properties from type 'UpdateResponseInput': notiEventDeleted, notiEventUpdated
Test
Type '{ remindPriorSec: number; }' is missing the following properties from type 'UpdateResponseInput': notiEventDeleted, notiEventUpdated
Test
Type '{ remindPriorSec: null; }' is missing the following properties from type 'UpdateResponseInput': notiEventDeleted, notiEventUpdated
Test
Process completed with exit code 2.
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636