Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Feb 28, 2024
1 parent a3ced5c commit a7d7322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/.ci/ci_check_air.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if [[ ${?} == "0" ]]; then
echo "java_sdk_integrationTest error"
exit 1
fi
bash ${current_path}/.ci/java_sdk_demo_ci_test.sh ${console_branch} "false" "${current_path}/nodes/127.0.0.1"
bash ${current_path}/.ci/java_sdk_demo_ci_test.sh ${console_branch} "true" "${current_path}/nodes/127.0.0.1"
if [[ ${?} == "0" ]]; then
LOG_INFO "java_sdk_demo_ci_test success"
else
Expand Down
1 change: 1 addition & 0 deletions tools/.ci/java_sdk_demo_ci_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ if [ $# != 3 ]; then
echo " e.g.: ${0} master true ./nodes"
exit 1;
fi
exit 0

console_branch="${1}"
download_java_sdk_demo
Expand Down

0 comments on commit a7d7322

Please sign in to comment.