IBM / data-prep-kit

Open source project for data preparation of LLM application builders
https://ibm.github.io/data-prep-kit/
Apache License 2.0
120 stars 103 forks source link

[Feature] Develop ability to run ci/cd testing only on the portion of repo that has changed and its dependencies #515

Open daw3rd opened 3 weeks ago

daw3rd commented 3 weeks ago

Search before asking

Component

Other

Feature

WOuld be nice to only run tests on those components impacted by the change. For example,

Are you willing to submit a PR?

touma-I commented 2 weeks ago

From Matsubara-san: " found an action to detect changed files https://github.com/marketplace/actions/changed-files Using this you can branch out the execution of the test cases. If some of them are specified as PR check, then you can run a no-op test script instead to pass the check."