Skip to content

Commit 569ff12

Browse files
committed
chore(ci): add build step for kendo-react-editor-strict-csp
1 parent 7652505 commit 569ff12

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ jobs:
9292
npm i
9393
npm run build
9494
95+
- name: Build Kendo React Editor Strict CSP app
96+
working-directory: ./examples/kendo-react-editor-strict-csp
97+
if: steps.changes.outputs.kendo-react-editor-strict-csp == 'true'
98+
run: |
99+
npm i
100+
npm run build
101+
95102
- name: Build File Manager app
96103
working-directory: ./examples/kendo-react-file-manager
97104
if: steps.changes.outputs.kendo-react-file-manager == 'true'

0 commit comments

Comments
 (0)