demos icon indicating copy to clipboard operation
demos copied to clipboard

Run relevant CircleCI unit tests

Open m3ller opened this issue 5 years ago • 0 comments

Application Currently, whenever the code is updated, CircleCI runs all the unit tests available in the demos repo. Since the demos repo has many independent demos and not all demos are updated, it is unnecessary to run all unit tests.

Proposed Solution Make CircleCI detect which files were changed in the update and run only the unit tests in those changed demos.

m3ller avatar Mar 26 '19 00:03 m3ller