From 569ff12b290eb6ff1300bf221de28b38d35acbd0 Mon Sep 17 00:00:00 2001 From: Silviya Boteva Date: Fri, 29 Nov 2024 14:39:41 +0200 Subject: [PATCH] chore(ci): add build step for kendo-react-editor-strict-csp --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 411b682c..e0c29a12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'