Skip to content

Scheduled tests

Scheduled tests #140

Triggered via schedule December 30, 2024 09:02
Status Failure
Total duration 5m 6s
Artifacts

scheduled_test.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: test/typescript/data.ts#L3
Type '{ attachmentType: {}; channelType: { description?: string | undefined; image?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { ...; }; pollType: {}; pollOptionType: {}; }' does not satisfy the constraint 'ExtendableGenerics'.
test: test/typescript/data.ts#L3
Type '{ created_at: string; updated_at: string; name: string; typing_events: true; read_events: true; connect_events: true; search: true; reactions: true; replies: true; quotes: true; mutes: true; uploads: true; ... 13 more ...; commands: never[]; }' is not assignable to type 'ChannelConfigWithInfo<{ attachmentType: {}; channelType: { description?: string | undefined; image?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { ...; }; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L3
Type '"member"' is not assignable to type 'InviteStatus | undefined'.
test: test/typescript/data.ts#L3
Type '"member"' is not assignable to type 'InviteStatus | undefined'.
test: test/typescript/data.ts#L3
Type '"member"' is not assignable to type 'InviteStatus | undefined'.
test: test/typescript/data.ts#L3
Type '"member"' is not assignable to type 'InviteStatus | undefined'.
test: test/typescript/data.ts#L5
Type '{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }' does not satisfy the constraint 'ExtendableGenerics'.
test: test/typescript/data.ts#L5
Type '{ created_at: string; updated_at: string; name: string; typing_events: true; read_events: true; connect_events: true; search: true; reactions: true; replies: true; quotes: true; mutes: true; uploads: true; ... 13 more ...; commands: { ...; }[]; }' is not assignable to type 'ChannelConfigWithInfo<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L5
Type '"member"' is not assignable to type 'InviteStatus | undefined'.
test: test/typescript/data.ts#L5
Type '"member"' is not assignable to type 'InviteStatus | undefined'.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/