Fix go exec demo ci bug v2

This commit is contained in:
jeffery.wsj 2024-01-11 14:59:05 +08:00 committed by volcano
parent 56e54739c9
commit 1c8ae036c2

@ -152,7 +152,7 @@ jobs:
- name: Run Golang exec test
run: |
sleep ${{ env.nap_time }};
docker exec ${{ env.CONTAINER_NAME }} bash -c "cd /root/occlum/demos/golang/go_exec ./run_sub_exec_on_occlum.sh"
docker exec ${{ env.CONTAINER_NAME }} bash -c "cd /root/occlum/demos/golang/go_exec && ./run_sub_exec_on_occlum.sh"
# Sleeps longer to make sure the server is up.
- name: Curl test