diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index a7ad38b945..3175d58873 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -171,7 +171,7 @@ jobs: # Execute test by linkis-cli POD_NAME=`kubectl get pods -n linkis -l app.kubernetes.io/instance=linkis-demo-mg-gateway -o jsonpath='{.items[0].metadata.name}'` kubectl exec -it -n linkis ${POD_NAME} -- bash -c " \ - sh /opt/linkis/bin/linkis-cli --async=true -engineType shell-1 -codeType shell -code \"pwd\" "; + sh /opt/linkis/bin/linkis-cli --async true -engineType shell-1 -codeType shell -code \"pwd\" "; # Waiting for the task to be executed sleep 120