From 58dade77d61957df40c2b8c45eaec25367df83c3 Mon Sep 17 00:00:00 2001 From: "Misha M.-Kupriyanov" Date: Tue, 3 Sep 2024 17:31:52 +0200 Subject: [PATCH] IONOS(ci/build): adds build step to build custom viewer app Signed-off-by: Misha M.-Kupriyanov --- .github/workflows/easycloud-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/easycloud-build.yml b/.github/workflows/easycloud-build.yml index b6c5381c3278a..c2087b2f1b282 100644 --- a/.github/workflows/easycloud-build.yml +++ b/.github/workflows/easycloud-build.yml @@ -57,6 +57,9 @@ jobs: PUPPETEER_SKIP_DOWNLOAD: true run: make -f IONOS/Makefile build_dep_simplesettings_app + - name: Install dependencies & build viewer app + run: make -f IONOS/Makefile build_dep_viewer_app + - name: Install dependencies & build user_oidc app env: CYPRESS_INSTALL_BINARY: 0