Skip to content

Commit

Permalink
chore(ci): add build step for kendo-react-editor-strict-csp
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva committed Nov 29, 2024
1 parent 7652505 commit 569ff12
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 569ff12

Please sign in to comment.