Skip to content

Add cli commands and rename roku-deploy functions, reorganize functions #514

Add cli commands and rename roku-deploy functions, reorganize functions

Add cli commands and rename roku-deploy functions, reorganize functions #514

Triggered via pull request March 5, 2024 17:53
@MilapNaikMilapNaik
synchronize #142
rename
Status Failure
Total duration 44s
Artifacts

build.yml

on: pull_request
Matrix: ci
npm-release
0s
npm-release
Fit to window
Zoom out
Zoom in

Annotations

23 errors
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L726
Property 'keyPress' does not exist on type 'RokuDeploy'. Did you mean 'keypress'?
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L740
Property 'keyPress' does not exist on type 'RokuDeploy'. Did you mean 'keypress'?
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L751
Property 'keyPress' does not exist on type 'RokuDeploy'. Did you mean 'keypress'?
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L763
Property 'keyPress' does not exist on type 'RokuDeploy'. Did you mean 'keypress'?
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L776
Property 'keyPress' does not exist on type 'RokuDeploy'. Did you mean 'keypress'?
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L2164
Argument of type '{ host: string; password: string; outDir: string; }' is not assignable to parameter of type 'TakeScreenshotOptions'.
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L2188
Argument of type '{ host: string; password: string; outDir: string; outFile: string; }' is not assignable to parameter of type 'TakeScreenshotOptions'.
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L2212
Argument of type '{ host: string; password: string; outDir: string; outFile: string; }' is not assignable to parameter of type 'TakeScreenshotOptions'.
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L2259
Argument of type '{ host: string; password: string; outFile: string; }' is not assignable to parameter of type 'TakeScreenshotOptions'.
ci (ubuntu-latest): src/RokuDeploy.ts#L187
Argument of type '{ action: "keypress"; key: string; }' is not assignable to parameter of type '{ host: string; port?: string; key: "home" | "left" | "all.the.others"; action: "keypress" | "keyup" | "keydown"; timeout?: number; }'.
ci (windows-latest)
The job was canceled because "ubuntu-latest" failed.
ci (windows-latest)
The operation was canceled.
ci (macos-latest)
The job was canceled because "ubuntu-latest" failed.
ci (macos-latest): src/cli.ts#L5
Cannot find module './commands/TextCommand' or its corresponding type declarations.
ci (macos-latest): src/cli.ts#L12
'DeleteDevChannelCommand' is declared but its value is never read.
ci (macos-latest): src/cli.ts#L18
'ZipCommand' is declared but its value is never read.
ci (macos-latest): src/cli.ts#L71
Property 'keyPress' does not exist on type 'RokuDeploy'. Did you mean 'keypress'?
ci (macos-latest): src/cli.ts#L78
Property 'keyUp' does not exist on type 'RokuDeploy'. Did you mean 'keyup'?
ci (macos-latest): src/cli.ts#L85
Property 'keyDown' does not exist on type 'RokuDeploy'. Did you mean 'keydown'?
ci (macos-latest): src/cli.ts#L150
Cannot find name 'DeployCommand'.
ci (macos-latest): src/cli.ts#L158
Cannot find name 'DeleteInstalledChannelCommand'.
ci (macos-latest): src/cli.ts#L206
Cannot find name 'ZipFolderCommand'.
ci (macos-latest): src/commands/ExecCommand.ts#L3
Module '"../RokuDeploy"' has no exported member 'CloseChannelOptions'.