Skip to content

Commit 0e0b2df

Browse files
committed
added compile step
1 parent 3934a0a commit 0e0b2df

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ runs:
6868
npm install @sap/cds@${{ matrix.cds-version }}
6969
npm install
7070
71+
- name: Compile TypeScript to dist
72+
shell: bash
73+
run: npm run compile
74+
7175
# HANA Cloud Deployment and binding
7276
- name: Set node env for HANA
7377
run: echo "NODE_VERSION_HANA=$(echo ${{ inputs.NODE_VERSION }} | tr . _)" >> $GITHUB_ENV

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
node-version: ${{ matrix.node-version }}
3737
- run: npm i -g @sap/cds-dk@${{ matrix.cds-version }}
3838
- run: npm i
39+
- run: npm run compile
3940
- run: npm run build
4041
- run: cd tests/bookshop && npm run build
4142
- run: npm run test

0 commit comments

Comments
 (0)