Skip to content

Commit c8ee3bb

Browse files
authored
Merge pull request #477 from apache/workflow-fix-to-use-new-directory-name
Update check_cpp_files.yml
2 parents 582ee7e + 023ab77 commit c8ee3bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check_cpp_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Run C++ tests
2626
run: cd cpp && cmake --build build --config Release --target test
2727
- name: Make dir
28-
run: mkdir -p target/cpp_generated_files
28+
run: mkdir -p serialization_test_data/cpp_generated_files
2929
- name: Copy files
30-
run: cp cpp/build/*/test/*_cpp.sk target/cpp_generated_files
30+
run: cp cpp/build/*/test/*_cpp.sk serialization_test_data/cpp_generated_files
3131
- name: Run Java tests
3232
run: mvn test -P check-cpp-files

0 commit comments

Comments
 (0)