Skip to content

Commit 24ac5df

Browse files
authored
Fix in action (#230)
1 parent d83160a commit 24ac5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/integration-tests/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ runs:
8585
shell: bash
8686
run: |
8787
cd tests/bookshop && npm install @sap/cds@${{ matrix.cds-version }}
88-
cd tests/bookshop && npm install
88+
npm install
8989
- name: Install bookshop mtx dependencies
9090
shell: bash
9191
run: |
9292
cd tests/bookshop-mtx && npm install @sap/cds@${{ matrix.cds-version }}
93-
cd tests/bookshop-mtx && npm install
93+
npm install
9494
9595
- name: Set node env for HANA
9696
run: echo "NODE_VERSION_HANA=$(echo ${{ inputs.NODE_VERSION }} | tr . _)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)