Skip to content

Commit

Permalink
Merge pull request #2746 from telerik/build-step-for-react-csp
Browse files Browse the repository at this point in the history
chore(ci): add build step for kendo-react-editor-strict-csp
  • Loading branch information
silviyaboteva authored Nov 29, 2024
2 parents 7652505 + 569ff12 commit 4f90585
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ jobs:
npm i
npm run build
- name: Build Kendo React Editor Strict CSP app
working-directory: ./examples/kendo-react-editor-strict-csp
if: steps.changes.outputs.kendo-react-editor-strict-csp == 'true'
run: |
npm i
npm run build
- name: Build File Manager app
working-directory: ./examples/kendo-react-file-manager
if: steps.changes.outputs.kendo-react-file-manager == 'true'
Expand Down

0 comments on commit 4f90585

Please sign in to comment.