apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
192 stars 40 forks source link

feat(CI): Remove the testing submodule and use a specified environment variable to indicate the testing data directory #510

Closed acezen closed 3 weeks ago

acezen commented 1 month ago

Describe the enhancement requested

To not include the testing data into source tarball and still make the testing work, it's better to not make testing data as a submodule and include it with a outer directory.

Component(s)

Continuous Integration