We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 582ee7e + 023ab77 commit c8ee3bbCopy full SHA for c8ee3bb
1 file changed
.github/workflows/check_cpp_files.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: Run C++ tests
26
run: cd cpp && cmake --build build --config Release --target test
27
- name: Make dir
28
- run: mkdir -p target/cpp_generated_files
+ run: mkdir -p serialization_test_data/cpp_generated_files
29
- name: Copy files
30
- run: cp cpp/build/*/test/*_cpp.sk target/cpp_generated_files
+ run: cp cpp/build/*/test/*_cpp.sk serialization_test_data/cpp_generated_files
31
- name: Run Java tests
32
run: mvn test -P check-cpp-files
0 commit comments