Skip to content

GH-81: Add initial screen sharing test #118

GH-81: Add initial screen sharing test

GH-81: Add initial screen sharing test #118

Triggered via pull request January 27, 2024 15:20
Status Failure
Total duration 17m 44s
Artifacts

pr.yml

on: pull_request
Matrix: build-app
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 4 warnings
build-app (ubuntu-20.04): src/components/AddNewServer.tsx#L57
Type '(event: SyntheticEvent<Element, Event>, newValue: IdentitySelectionType) => void' is not assignable to type '(event: SyntheticEvent<Element, Event>, value: string | IdentitySelectionType | null, reason: AutocompleteChangeReason, details?: AutocompleteChangeDetails<...> | undefined) => void'.
build-app (ubuntu-20.04): src/components/AddNewServer.tsx#L76
This comparison appears to be unintentional because the types 'string' and 'IdentitySelectionType' have no overlap.
build-app (ubuntu-20.04): src/components/AddNewServer.tsx#L91
Type '(option: IdentitySelectionType) => string' is not assignable to type '(option: string | IdentitySelectionType) => string'.
build-app (ubuntu-20.04): src/helper/ChatMessage.ts#L24
Argument of type '{ actor: number; sender: { user_id: number; user_name: string; }; channel_id: number[]; tree_id: number[]; message: string; timestamp: number; }' is not assignable to parameter of type 'TextMessage'.
build-app (ubuntu-20.04): src/helper/webrtc/WebRTC.ts#L150
Property 'peerConnection' does not exist on type 'WebRTCViewer'.
build-app (ubuntu-20.04): src/helper/webrtc/WebRTC.ts#L151
Property 'peerConnection' does not exist on type 'WebRTCViewer'.
build-app (ubuntu-20.04): src/helper/webrtc/WebRTC.ts#L152
Property 'peerConnection' does not exist on type 'WebRTCViewer'.
build-app (ubuntu-20.04): src/helper/webrtc/WebRTC.ts#L153
Property 'peerConnection' does not exist on type 'WebRTCViewer'.
build-app (ubuntu-20.04)
Command failed with exit code 1: tauri build
build-app (windows-latest): src/components/AddNewServer.tsx#L57
Type '(event: SyntheticEvent<Element, Event>, newValue: IdentitySelectionType) => void' is not assignable to type '(event: SyntheticEvent<Element, Event>, value: string | IdentitySelectionType | null, reason: AutocompleteChangeReason, details?: AutocompleteChangeDetails<...> | undefined) => void'.
build-app (windows-latest): src/components/AddNewServer.tsx#L76
This comparison appears to be unintentional because the types 'string' and 'IdentitySelectionType' have no overlap.
build-app (windows-latest): src/components/AddNewServer.tsx#L91
Type '(option: IdentitySelectionType) => string' is not assignable to type '(option: string | IdentitySelectionType) => string'.
build-app (windows-latest): src/helper/ChatMessage.ts#L24
Argument of type '{ actor: number; sender: { user_id: number; user_name: string; }; channel_id: number[]; tree_id: number[]; message: string; timestamp: number; }' is not assignable to parameter of type 'TextMessage'.
build-app (windows-latest): src/helper/webrtc/WebRTC.ts#L150
Property 'peerConnection' does not exist on type 'WebRTCViewer'.
build-app (windows-latest): src/helper/webrtc/WebRTC.ts#L151
Property 'peerConnection' does not exist on type 'WebRTCViewer'.
build-app (windows-latest): src/helper/webrtc/WebRTC.ts#L152
Property 'peerConnection' does not exist on type 'WebRTCViewer'.
build-app (windows-latest): src/helper/webrtc/WebRTC.ts#L153
Property 'peerConnection' does not exist on type 'WebRTCViewer'.
build-app (windows-latest)
Command failed with exit code 1: tauri build
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache/restore@v3, arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache/restore@v3, arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-app (ubuntu-20.04)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-app (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.