Skip to content

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

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

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

Triggered via pull request February 22, 2024 19:32
@MilapNaikMilapNaik
synchronize #142
rename
Status Failure
Total duration 42s
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#L11
'BeforeZipCallbackInfo' is declared but its value is never read.
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L38
Property 'getOptions' does not exist on type 'RokuDeploy'.
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L59
Property 'fsExtra' does not exist on type 'RokuDeploy'.
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L85
Property 'getOutputPkgFilePath' is private and only accessible within class 'RokuDeploy'.
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L93
Property 'getOutputPkgFilePath' is private and only accessible within class 'RokuDeploy'.
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L103
Property 'getOutputZipFilePath' is private and only accessible within class 'RokuDeploy'.
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L111
Property 'getOutputZipFilePath' is private and only accessible within class 'RokuDeploy'.
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L577
Property 'normalizeDeviceInfoFieldValue' is private and only accessible within class 'RokuDeploy'.
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L578
Property 'normalizeDeviceInfoFieldValue' is private and only accessible within class 'RokuDeploy'.
ci (ubuntu-latest): src/RokuDeploy.spec.ts#L579
Property 'normalizeDeviceInfoFieldValue' is private and only accessible within class 'RokuDeploy'.
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.spec.ts#L72
Argument of type '"publish"' is not assignable to parameter of type 'keyof RokuDeploy'.
ci (macos-latest): src/cli.spec.ts#L144
Argument of type '"signExistingPackage"' is not assignable to parameter of type 'keyof RokuDeploy'.
ci (macos-latest): src/cli.spec.ts#L167
Argument of type '"retrieveSignedPackage"' is not assignable to parameter of type 'keyof RokuDeploy'.
ci (macos-latest): src/cli.spec.ts#L189
Argument of type '"deploy"' is not assignable to parameter of type 'keyof RokuDeploy'.
ci (macos-latest): src/cli.spec.ts#L213
Argument of type '"deleteInstalledChannel"' is not assignable to parameter of type 'keyof RokuDeploy'.
ci (macos-latest): src/cli.spec.ts#L232
Argument of type '"takeScreenshot"' is not assignable to parameter of type 'keyof RokuDeploy'.
ci (macos-latest): src/cli.ts#L73
Property 'keyPress' does not exist on type 'RokuDeploy'. Did you mean 'keypress'?
ci (macos-latest): src/cli.ts#L80
Property 'keyUp' does not exist on type 'RokuDeploy'. Did you mean 'keyup'?
ci (macos-latest): src/cli.ts#L87
Property 'keyDown' does not exist on type 'RokuDeploy'. Did you mean 'keydown'?
ci (macos-latest): src/commands/DeployCommand.ts#L5
Property 'deploy' does not exist on type 'RokuDeploy'.