Skip to content

Commit be75d54

Browse files
committed
ci: checkout master branch for cdd-java submodule to get latest cdd-java-cli
1 parent 6db6382 commit be75d54

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/deploy-cdd-web-ui.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,13 @@ jobs:
5656
run: sudo apt-get update && sudo apt-get install -y binaryen
5757

5858
- name: Build cdd-java-cli
59-
working-directory: ./cdd-openapi-test-harness/cdd-java/package
60-
run: npm install --ignore-scripts && npm run build
59+
working-directory: ./cdd-openapi-test-harness/cdd-java
60+
run: |
61+
git checkout master
62+
git pull origin master
63+
cd package
64+
npm install --ignore-scripts
65+
npm run build
6166
6267
- name: Build WASM SDK
6368
working-directory: ./cdd-ctl/cdd-ctl-wasm-sdk

0 commit comments

Comments
 (0)