Skip to content

Commit

Permalink
Merge pull request #477 from apache/workflow-fix-to-use-new-directory…
Browse files Browse the repository at this point in the history
…-name

Update check_cpp_files.yml
  • Loading branch information
jmalkin authored Oct 31, 2023
2 parents 582ee7e + 023ab77 commit c8ee3bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_cpp_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c8ee3bb

Please sign in to comment.