Fix go exec demo ci bug
This commit is contained in:
parent
dbd13458d7
commit
56e54739c9
2
.github/workflows/hw_mode_test.yml
vendored
2
.github/workflows/hw_mode_test.yml
vendored
@ -152,7 +152,7 @@ jobs:
|
|||||||
- name: Run Golang exec test
|
- name: Run Golang exec test
|
||||||
run: |
|
run: |
|
||||||
sleep ${{ env.nap_time }};
|
sleep ${{ env.nap_time }};
|
||||||
docker exec ${{ env.CONTAINER_NAME }} ${{ github.job }} 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.
|
# Sleeps longer to make sure the server is up.
|
||||||
- name: Curl test
|
- name: Curl test
|
||||||
|
Loading…
Reference in New Issue
Block a user