Skip to content

Scheduled tests

Scheduled tests #112

Triggered via schedule June 17, 2024 09:01
Status Failure
Total duration 2m 35s
Artifacts

scheduled_test.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: test/typescript/data.ts#L28
Type '{ name: string; organization: string; push_notifications: { version: string; offline_only: false; apn: { enabled: false; development: false; notification_template: string; host: string; }; firebase: { ...; }; huawei: { ...; }; xiaomi: { ...; }; providers: ({ ...; } | ... 2 more ... | { ...; })[]; }; ... 33 more ...;...' is not assignable to type '{ call_types: any; channel_configs: Record<string, { reminders: boolean; automod?: ChannelConfigAutomod | undefined; automod_behavior?: ChannelConfigAutomodBehavior | undefined; ... 21 more ...; url_enrichment?: boolean | undefined; }>; ... 39 more ...; webhook_url?: string | undefined; }'.
test: test/typescript/data.ts#L53
Type '{ id: string; name: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: false; devices: never[]; invisible: false; mutes: never[]; channel_mutes: never[]; ... 6 more ...; unique: string; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: {}; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { gender: string; unique: string; }; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L54
Type '{ id: string; name: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: false; devices: never[]; invisible: false; mutes: never[]; channel_mutes: never[]; ... 6 more ...; gender: string; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: {}; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { gender: string; unique: string; work?: string | undefined; }; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L54
Type '{ id: string; name: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: false; devices: never[]; invisible: false; mutes: never[]; channel_mutes: never[]; ... 7 more ...; work: string; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: {}; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { gender: string; unique: string; work?: string | undefined; }; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L54
Type '{ id: string; name: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: false; devices: never[]; invisible: false; mutes: never[]; channel_mutes: never[]; ... 6 more ...; unique: string; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: {}; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { gender: string; unique: string; work?: string | undefined; }; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L57
Type '{ id: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: true; devices: never[]; invisible: false; mutes: never[]; channel_mutes: never[]; total_unread_count: number; ... 4 more ...; nickname: string; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: {}; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { nickname?: string | undefined; }; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L57
Type '{ id: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: false; devices: never[]; invisible: false; mutes: never[]; channel_mutes: never[]; total_unread_count: number; ... 4 more ...; nickname: string; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: {}; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { nickname?: string | undefined; }; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L87
Type '{ id: string; name: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: false; devices: never[]; invisible: false; mutes: never[]; channel_mutes: never[]; ... 5 more ...; unique: string; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: {}; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { unique: string; }; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L87
Type '{ id: string; name: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: false; devices: never[]; invisible: false; mutes: never[]; channel_mutes: never[]; ... 5 more ...; unique: string; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: {}; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { unique: string; }; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L87
Type '{ id: string; name: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: false; devices: never[]; invisible: false; mutes: never[]; channel_mutes: never[]; ... 5 more ...; unique: string; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: {}; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { unique: string; }; pollType: {}; pollOptionType: {}; }>'.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, voxmedia/github-action-slack-notify-build@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/