Skip to content

Commit

Permalink
Create run_canary.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheMaorKaltura authored Aug 25, 2024
1 parent 596a429 commit eaa33a4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/run_canary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Canary CI/CD
name: Canary
run-name: Canary

on:
push:
branches:
- master

jobs:
test:
uses: kaltura/playkit-js-common/.github/workflows/cypress.yml@master
secrets: inherit

canary:
if: ${{ github.actor != 'PlaykitJs-Bot' }}
uses: kaltura/playkit-js-common/.github/workflows/canary_plugin.yaml@master
secrets: inherit
with:
schema-type: "playerV3Versions"
tests-yarn-run-to-execute: 'build eslint'
node-version: "18.x"

0 comments on commit eaa33a4

Please sign in to comment.