leerho opened a new pull request, #748:
URL: https://github.com/apache/datasketches-java/pull/748

   This Java GHA CI workflow (in brief):
   - Checks out C++, builds it and runs all the tests
   - Some of those tests generate sketch image files of the form ‘*.sk’. 
   - Copies just those *.sk files into a directory 
‘serialization_test_data/cpp_generated_files’ where Java can read them.
   - Sets up Java to run tests using the java profile ‘check-cpp-files’
   
   This all works ok, but I have modified this workflow to provide a 
downloadable Artifact at the end whereby the user can download the directory 
that contains all the CPP generated sketch images.  It is very useful to have 
an up-to-date copy of these CPP generated files for local testing purposes.  
The Artifact will be deleted after 30 days.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to