data-prep-kit icon indicating copy to clipboard operation
data-prep-kit copied to clipboard

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

Open daw3rd opened this issue 1 year ago • 1 comments

Search before asking

  • [X] I searched the issues and found no similar issues.

Component

Other

Feature

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

  • Readme changes don't do any tests
  • core lib changes might have to run everything
  • transform X change only runs tests on transform X
  • etc.

Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

daw3rd avatar Aug 19 '24 17:08 daw3rd

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."

touma-I avatar Aug 23 '24 11:08 touma-I