This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch workflow-fix-to-use-new-directory-name in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit 023ab77373bb65142bdef4dfb5ae55a9a1892635 Author: Jon Malkin <[email protected]> AuthorDate: Tue Oct 31 11:34:31 2023 -0700 Update check_cpp_files.yml --- .github/workflows/check_cpp_files.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_cpp_files.yml b/.github/workflows/check_cpp_files.yml index d49d9859..59ae5824 100644 --- a/.github/workflows/check_cpp_files.yml +++ b/.github/workflows/check_cpp_files.yml @@ -25,8 +25,8 @@ jobs: - name: Run C++ tests run: cd cpp && cmake --build build --config Release --target test - name: Make dir - run: mkdir -p target/cpp_generated_files + run: mkdir -p serialization_test_data/cpp_generated_files - name: Copy files - run: cp cpp/build/*/test/*_cpp.sk target/cpp_generated_files + run: cp cpp/build/*/test/*_cpp.sk serialization_test_data/cpp_generated_files - name: Run Java tests run: mvn test -P check-cpp-files --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
