Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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