We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83160a commit 24ac5dfCopy full SHA for 24ac5df
.github/actions/integration-tests/action.yml
@@ -85,12 +85,12 @@ runs:
85
shell: bash
86
run: |
87
cd tests/bookshop && npm install @sap/cds@${{ matrix.cds-version }}
88
- cd tests/bookshop && npm install
+ npm install
89
- name: Install bookshop mtx dependencies
90
91
92
cd tests/bookshop-mtx && npm install @sap/cds@${{ matrix.cds-version }}
93
- cd tests/bookshop-mtx && npm install
94
95
- name: Set node env for HANA
96
run: echo "NODE_VERSION_HANA=$(echo ${{ inputs.NODE_VERSION }} | tr . _)" >> $GITHUB_ENV
0 commit comments