Skip to content

[Deploy]: 3차 스프린트 배포 (#200) #16

[Deploy]: 3차 스프린트 배포 (#200)

[Deploy]: 3차 스프린트 배포 (#200) #16

Triggered via push November 28, 2023 05:28
Status Failure
Total duration 1m 21s
Artifacts

CodeDeploy.yml

on: push
build_and_deploy
1m 11s
build_and_deploy
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build_and_deploy: src/components/common/scheduleProfileBox/ScheduleProfileBox.stories.tsx#L23
Object literal may only specify known properties, and 'profileNode' does not exist in type 'Partial<ArgTypes<ScheduleProfileBoxProps>>'.
build_and_deploy: src/pages/academy/AddSchedule/AddAcademyName.tsx#L93
Property 'onClose' is missing in type '{ children: Element; }' but required in type 'ModalProperties'.
build_and_deploy: src/pages/academy/AddSchedule/index.tsx#L11
Cannot find module '@/pages/academy/addSchedule/AddAcademyInfo' or its corresponding type declarations.
build_and_deploy: src/pages/academy/AddSchedule/index.tsx#L12
Cannot find module '@/pages/academy/addSchedule/AddAcademyName' or its corresponding type declarations.
build_and_deploy: src/pages/academy/AddSchedule/index.tsx#L13
Cannot find module '@/pages/academy/addSchedule/AddMemo' or its corresponding type declarations.
build_and_deploy: src/pages/academy/AddSchedule/index.tsx#L14
Cannot find module '@/pages/academy/addSchedule/AddPayment' or its corresponding type declarations.
build_and_deploy: src/pages/academy/AddSchedule/index.tsx#L15
Cannot find module '@/pages/academy/addSchedule/AddSchedule' or its corresponding type declarations.
build_and_deploy: src/pages/academy/editAcademy/index.tsx#L15
Cannot find module '@/pages/academy/addSchedule/AddAcademyInfo' or its corresponding type declarations.
build_and_deploy: src/pages/academy/editAcademy/index.tsx#L16
Cannot find module '@/pages/academy/addSchedule/AddAcademyName' or its corresponding type declarations.
build_and_deploy: src/pages/academy/editAcademy/index.tsx#L17
Cannot find module '@/pages/academy/addSchedule/AddMemo' or its corresponding type declarations.
build_and_deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/