From 6f2e90817f609eee2b67677a1891ec7efc5c5b7d Mon Sep 17 00:00:00 2001 From: Manuel Fink Date: Mon, 27 Jul 2026 17:02:08 +0200 Subject: [PATCH 1/2] Remove JDK requirement from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c0ffca4..7990578 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ When deployed, authorization policies are managed in the SCI administration cock ## Requirements - a Node.js LTS version that is at least [in maintenance](https://nodejs.org/en/about/previous-releases) -- a JDK 17+ for local DCL compilation before unit tests ## How to obtain support For bugs and issues of the sample applications themselves or questions about the content, please [create an issue](https://github.com/SAP-samples/ams-samples-node/issues) in this repository. From c795feaa41914a3375c260a56603c6d269c40188 Mon Sep 17 00:00:00 2001 From: Manuel Fink Date: Tue, 28 Jul 2026 09:26:51 +0200 Subject: [PATCH 2/2] always run checks for quality gate --- .github/workflows/build_and_test_cap.yml | 7 +------ .github/workflows/build_and_test_expressjs.yml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build_and_test_cap.yml b/.github/workflows/build_and_test_cap.yml index a30a931..565f885 100644 --- a/.github/workflows/build_and_test_cap.yml +++ b/.github/workflows/build_and_test_cap.yml @@ -7,16 +7,11 @@ permissions: contents: read on: + workflow_dispatch: push: branches: [ "main" ] - paths: - - "ams-cap-nodejs-bookshop/**" - - ".github/workflows/build_and_test_cap.yml" pull_request: branches: [ "**" ] - paths: - - "ams-cap-nodejs-bookshop/**" - - ".github/workflows/build_and_test_cap.yml" jobs: npm: diff --git a/.github/workflows/build_and_test_expressjs.yml b/.github/workflows/build_and_test_expressjs.yml index 274161e..fbeb1c3 100644 --- a/.github/workflows/build_and_test_expressjs.yml +++ b/.github/workflows/build_and_test_expressjs.yml @@ -7,16 +7,11 @@ permissions: contents: read on: + workflow_dispatch: push: branches: [ "main" ] - paths: - - "ams-express-shopping/**" - - ".github/workflows/build_and_test_expressjs.yml" pull_request: branches: [ "**" ] - paths: - - "ams-express-shopping/**" - - ".github/workflows/build_and_test_expressjs.yml" jobs: npm: