Skip to content

Player And Plugin Tests #191

Player And Plugin Tests

Player And Plugin Tests #191

Triggered via pull request January 22, 2024 11:39
Status Failure
Total duration 1m 41s
Artifacts

run_tests.yaml

on: pull_request
build-types  /  set-matrix
0s
build-types / set-matrix
build  /  set-matrix
0s
build / set-matrix
lint  /  set-matrix
0s
lint / set-matrix
test  /  set-matrix
0s
test / set-matrix
type-check  /  set-matrix
0s
type-check / set-matrix
Matrix: build-types / running-tests
Matrix: build / running-tests
Matrix: lint / running-tests
Matrix: test / running-tests
Matrix: type-check / running-tests
notification  /  notification
7s
notification / notification
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 13 warnings
type-check / running-tests (ubuntu-latest): src/common/plugins/plugin-manager.ts#L3
Module '"../../types"' has no exported member 'PluginClassType'.
type-check / running-tests (ubuntu-latest): src/types/index.ts#L23
Cannot find module './plugins/plugin-class-type' or its corresponding type declarations.
type-check / running-tests (ubuntu-latest)
Process completed with exit code 2.
build-types / running-tests (ubuntu-latest): src/common/plugins/plugin-manager.ts#L3
Module '"../../types"' has no exported member 'PluginClassType'.
build-types / running-tests (ubuntu-latest): src/types/index.ts#L23
Cannot find module './plugins/plugin-class-type' or its corresponding type declarations.
build-types / running-tests (ubuntu-latest)
Process completed with exit code 1.
test / running-tests (ubuntu-latest)
Process completed with exit code 1.
build / running-tests (ubuntu-latest)
Process completed with exit code 1.
lint / running-tests (ubuntu-latest): src/common/plugins/base-plugin.ts#L75
Replace `name:·string,·player:·KalturaPlayer,·config:·ConfigType·=·{}·as·ConfigType` with `⏎····name:·string,⏎····player:·KalturaPlayer,⏎····config:·ConfigType·=·{}·as·ConfigType⏎··`
lint / running-tests (ubuntu-latest): src/common/plugins/plugin-manager.ts#L3
Replace `"../../types"` with `'../../types'`
lint / running-tests (ubuntu-latest): src/common/plugins/plugin-manager.ts#L50
Replace `!(typeof·PluginClass·===·'function'·&&·PluginClass.prototype·instanceof·BasePlugin)` with `⏎······!(⏎········typeof·PluginClass·===·'function'·&&⏎········PluginClass.prototype·instanceof·BasePlugin⏎······)⏎····`
lint / running-tests (ubuntu-latest): src/common/plugins/plugin-manager.ts#L51
Replace ``Plugin·<${name}>·registration·failed,·plugin·is·not·an·instance·of·BasePlugin`` with `⏎········`Plugin·<${name}>·registration·failed,·plugin·is·not·an·instance·of·BasePlugin`⏎······`
lint / running-tests (ubuntu-latest): src/common/utils/setup-helpers.ts#L412
Replace `(process.env.NODE_ENV·===·'production')` with `·(process.env.NODE_ENV·===·'production')⏎···`
notification / notification
The following actions uses node12 which is deprecated and will be forced to run on node16: skitionek/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
notification / notification
Missing job parameter will result in reduced functionality.
notification / notification
Missing steps parameter will result in reduced functionality.
notification / notification
Missing needs parameter will result in reduced functionality.
notification / notification
Missing job parameter will result in reduced functionality.
notification / notification
Missing steps parameter will result in reduced functionality.
notification / notification
Missing needs parameter will result in reduced functionality.