Skip to content

Player And Plugin Tests #104

Player And Plugin Tests

Player And Plugin Tests #104

Workflow file for this run

## CI - Player And Plugin Tests
name: Player And Plugin Tests
run-name: Player And Plugin Tests
on:
pull_request:
branches:
- '*'
jobs:
build:
uses: kaltura/ovp-pipelines-pub/.github/workflows/player_tests.yaml@master
with:
node-version: '20.x'
yarn-run-to-execute: 'build'
test:
uses: kaltura/ovp-pipelines-pub/.github/workflows/player_tests.yaml@master
with:
node-version: '20.x'
yarn-run-to-execute: 'test'
type-check:
uses: kaltura/ovp-pipelines-pub/.github/workflows/player_tests.yaml@master
with:
node-version: '20.x'
yarn-run-to-execute: 'type-check'
lint:
uses: kaltura/ovp-pipelines-pub/.github/workflows/player_tests.yaml@master
with:
node-version: '20.x'
yarn-run-to-execute: 'lint'
notification:
if: always()
uses: kaltura/ovp-pipelines-pub/.github/workflows/notification.yaml@master
needs: running-tests

Check failure on line 34 in .github/workflows/run_tests.yaml

View workflow run for this annotation

GitHub Actions / Player And Plugin Tests

Invalid workflow file

The workflow is not valid. .github/workflows/run_tests.yaml (Line: 34, Col: 12): Job 'notification' depends on unknown job 'running-tests'.
secrets:
PLAYER_MSTEAMS_WEBHOOK: ${{ secrets.PLAYER_MSTEAMS_WEBHOOK }}
with:
failure-status: ${{ contains(needs.*.result, 'failure') }}
cancelled-status: ${{ contains(needs.*.result, 'cancelled') }}
is-test: 'true'