Skip to content

Commit

Permalink
fix(FEC-133390): add canary workflow to use common script (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
lianbenjamin committed Oct 3, 2023
1 parent 95ae0ac commit d2fb14a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/run_canary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## 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_full_flow_plugin.yaml@0acc2c19c8fa88c798023e9b2ec76b806cacec03
secrets: inherit
with:
schema-type: "playerV3OvpVersions"
tests-yarn-run-to-execute: 'build'


0 comments on commit d2fb14a

Please sign in to comment.