diff --git a/.github/workflows/lint_and_test_cpp.yaml b/.github/workflows/lint_and_test_cpp.yaml index 855bd54709..1ae74b268f 100644 --- a/.github/workflows/lint_and_test_cpp.yaml +++ b/.github/workflows/lint_and_test_cpp.yaml @@ -30,13 +30,13 @@ on: - .github/actions - .github/workflows/lint_and_test_cpp.yaml - .github/workflows/thirdparty-regular-push.yml + - build_tools/pack_server.sh + - build_tools/pack_tools.sh - docker/thirdparties-bin/** - docker/thirdparties-src/** - CMakeLists.txt - cmake_modules/** - run.sh - - build_tools/pack_server.sh - - build_tools/pack_tools.sh - src/** - thirdparty/** diff --git a/java-client/README.md b/java-client/README.md index 7b321c9570..c03a93541c 100644 --- a/java-client/README.md +++ b/java-client/README.md @@ -24,7 +24,7 @@ under the License. ### 1. Prepare ``` -cd build_tools && bash download_thrift.sh +cd scripts && bash download_thrift.sh ``` ### 2. Format the code @@ -60,7 +60,7 @@ mvn clean package -Dtest=TestPing ### Install ``` -cd build_tools && bash recompile_thrift.sh && cd - +cd scripts && bash download_thrift.sh && cd - mvn clean install -DskipTests ```