Skip to content

Scheduled tests

Scheduled tests #97

Triggered via schedule March 4, 2024 10:29
Status Failure
Total duration 1m 59s
Artifacts

scheduled_test.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: test/typescript/data.ts#L10
Type '{ channel: { id: string; type: string; cid: string; created_at: string; updated_at: string; created_by: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; }; ... 4 more ...; hidden: false; }; ... 5 more ...; duration: string; }' is not assignable to type 'QueryChannelAPIResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }>'.
test: test/typescript/data.ts#L28
Type '{ api_key: string; site: string; enabled: false; }' is not assignable to type '{ api_key: string; site: string; }'.
test: test/typescript/data.ts#L55
Type '{ channel: { id: string; type: string; cid: string; last_message_at: string; created_at: string; updated_at: string; created_by: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; }; ... 5 more ...; hidden: false; }; ... 6 more ...; duration: string; }' is not assignable to type 'QueryChannelAPIResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }>'.
test: test/typescript/data.ts#L85
Type '{ id: string; text: string; html: string; type: "regular"; user: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; testString: string; }; ... 17 more ...; message_text_updated_at: string; }' is not assignable to type 'MessageResponse<{ attachmentType: {}; channelType: {}; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { testString?: string | undefined; }; }>'.
test: test/typescript/data.ts#L89
Type '{ channel: { id: string; type: string; cid: string; created_at: string; updated_at: string; created_by: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; }; ... 5 more ...; hidden: false; }; ... 7 more ...; duration: string; }' is not assignable to type 'QueryChannelAPIResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }>'.
test: test/typescript/data.ts#L10
Type '{ channel: { id: string; type: string; cid: string; created_at: string; updated_at: string; created_by: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; }; ... 4 more ...; hidden: false; }; ... 5 more ...; duration: string; }' is not assignable to type 'QueryChannelAPIResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }>'.
test: test/typescript/data.ts#L28
Type '{ api_key: string; site: string; enabled: false; }' is not assignable to type '{ api_key: string; site: string; }'.
test: test/typescript/data.ts#L55
Type '{ channel: { id: string; type: string; cid: string; last_message_at: string; created_at: string; updated_at: string; created_by: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; }; ... 5 more ...; hidden: false; }; ... 6 more ...; duration: string; }' is not assignable to type 'QueryChannelAPIResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }>'.
test: test/typescript/data.ts#L85
Type '{ id: string; text: string; html: string; type: "regular"; user: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; testString: string; }; ... 17 more ...; message_text_updated_at: string; }' is not assignable to type 'MessageResponse<{ attachmentType: {}; channelType: {}; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: { testString?: string | undefined; }; }>'.
test: test/typescript/data.ts#L89
Type '{ channel: { id: string; type: string; cid: string; created_at: string; updated_at: string; created_by: { id: string; role: string; created_at: string; updated_at: string; last_active: string; banned: false; online: true; }; ... 5 more ...; hidden: false; }; ... 7 more ...; duration: string; }' is not assignable to type 'QueryChannelAPIResponse<{ attachmentType: {}; channelType: { description?: string | undefined; }; commandType: string & {}; eventType: {}; messageType: {}; reactionType: {}; userType: {}; }>'.
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/