Skip to content

Commit dc5839b

Browse files
committed
Update move of newly built module to zen-demo-java
1 parent 6148e34 commit dc5839b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/qa-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
make build
3838
3939
# Move the build jars to demo app
40-
mv dist ../zen-demo-java/zen_by_aikido
40+
mkdir ../zen-demo-java/zen_by_aikido
41+
mv dist ../zen-demo-java/zen_by_aikido/zen
4142
4243
- name: Replace Dockerfile with QA version
4344
run: |

0 commit comments

Comments
 (0)