This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch serde_compat-update
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit 02bef2dd7996e1571ba4de3262bab24ca3293bd8
Author: Jon Malkin <[email protected]>
AuthorDate: Tue Oct 31 11:30:36 2023 -0700

    Update serde_compat.yml
    
    Change to new directory to match 
https://github.com/apache/datasketches-java/pull/476
---
 .github/workflows/serde_compat.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/serde_compat.yml 
b/.github/workflows/serde_compat.yml
index f6ae210..07be5c8 100644
--- a/.github/workflows/serde_compat.yml
+++ b/.github/workflows/serde_compat.yml
@@ -21,7 +21,7 @@ jobs:
       - name: Run Java
         run: cd java && mvn test -P generate-java-files
       - name: Copy files
-        run: cp java/target/java_generated_files/*.sk java
+        run: cp java/serialization_test_data/java_generated_files/*.sk java
       - name: Run cmake
         run: cd build && cmake .. -DSERDE_COMPAT=true
       - name: Build C++ unit tests


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to