Skip to content

Commit

Permalink
Update check_cpp_files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalkin authored Oct 31, 2023
1 parent fcded46 commit 023ab77
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 023ab77

Please sign in to comment.