Skip to content

Publish Packages to NPM #1

Publish Packages to NPM

Publish Packages to NPM #1

Manually triggered February 23, 2024 11:52
Status Failure
Total duration 3m 2s
Artifacts

release_version.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

5 errors
examples/temporal/src/service/email/v1/command/confirmEmail/confirmEmail.test.ts > service Email version 1 - command confirmEmail > does not throw: examples/temporal/src/service/email/v1/command/confirmEmail/confirmEmail.test.ts#L31
HandledError: input validation for payload failed: ❯ examples/temporal/src/service/email/v1/command/confirmEmail/confirmEmail.test.ts:31:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errorCode: 400, data: [ { message: 'Required', path: [] } ], traceId: undefined, getErrorResponse: 'Function<getErrorResponse>', toJSON: 'Function<toJSON>' }
examples/temporal/src/service/email/v1/command/sendVerificationEmail/sendVerificationEmail.test.ts > service Email version 1 - command sendVerificationEmail > does not throw: examples/temporal/src/service/email/v1/command/sendVerificationEmail/sendVerificationEmail.test.ts#L31
HandledError: input validation for payload failed: ❯ examples/temporal/src/service/email/v1/command/sendVerificationEmail/sendVerificationEmail.test.ts:31:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errorCode: 400, data: [ { message: 'Required', path: [] } ], traceId: undefined, getErrorResponse: 'Function<getErrorResponse>', toJSON: 'Function<toJSON>' }
examples/temporal/src/service/user/v1/command/createUser/createUser.test.ts > service User version 1 - command createUser > does not throw: examples/temporal/src/service/user/v1/command/createUser/createUser.test.ts#L31
HandledError: input validation for payload failed: ❯ examples/temporal/src/service/user/v1/command/createUser/createUser.test.ts:31:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errorCode: 400, data: [ { message: 'Required', path: [ 'email' ] } ], traceId: undefined, getErrorResponse: 'Function<getErrorResponse>', toJSON: 'Function<toJSON>' }
examples/temporal/src/service/user/v1/command/register/register.test.ts > service User version 1 - command register > does not throw: examples/temporal/src/service/user/v1/command/register/register.test.ts#L29
HandledError: input validation for payload failed: ❯ examples/temporal/src/service/user/v1/command/register/register.test.ts:29:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errorCode: 400, data: [ { message: 'Required', path: [] } ], traceId: undefined, getErrorResponse: 'Function<getErrorResponse>', toJSON: 'Function<toJSON>' }
build
Process completed with exit code 1.