There was an error while loading. Please reload this page.
2 parents dfecca5 + 1501de3 commit 56fc75eCopy full SHA for 56fc75e
1 file changed
.github/workflows/cpp-serde-compat.yml
@@ -47,3 +47,10 @@ jobs:
47
48
- name: Run Java tests
49
run: mvn test -P check-cpp-files
50
+
51
+ - name: Upload C++ Generated Sketch Files
52
+ uses: actions/upload-artifact@v7
53
+ with:
54
+ name: cpp_generated_files
55
+ path: serialization_test_data/cpp_generated_files/
56
+ retention-days: 30
0 commit comments