Skip to content

Scheduled tests

Scheduled tests #125

Triggered via schedule September 16, 2024 09:01
Status Failure
Total duration 3m 33s
Artifacts

scheduled_test.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: test/typescript/data.ts#L6
Type '{ id: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: true; last_active: string; blocked_user_ids: never[]; shadow_banned: false; devices: never[]; invisible: false; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L6
Type '{ id: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: true; last_active: string; blocked_user_ids: never[]; shadow_banned: false; devices: never[]; invisible: false; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L10
Type '{ id: string; type: string; cid: string; created_at: string; updated_at: string; created_by: { id: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: true; last_active: string; blocked_user_ids: never[]; }; ... 5 more ...; blocked: false; }' is not assignable to type 'ChannelResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L24
Type '{ id: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: true; last_active: string; blocked_user_ids: never[]; shadow_banned: false; devices: never[]; invisible: false; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
test: test/typescript/data.ts#L24
Type '{ id: string; language: ""; role: string; teams: never[]; created_at: string; updated_at: string; banned: false; online: true; last_active: string; blocked_user_ids: never[]; shadow_banned: false; devices: never[]; invisible: false; }' is not assignable to type 'UserResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; pollType: {}; pollOptionType: {}; }>'.
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 ... | { ...; })[]; }; ... 34 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 ...; 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#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#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 ...; 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, voxmedia/github-action-slack-notify-build@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/