From 6213a1b2e57c006153b592d748dc2f5052ea749a Mon Sep 17 00:00:00 2001 From: Eric Denman Date: Fri, 9 Jun 2023 13:50:49 +1200 Subject: [PATCH] Make it clear that you have to runAffectedUnitTests from the sample directory This threw me for a loop and I think it may confuse other people too --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 879f7d7f..5c1666e6 100644 --- a/README.md +++ b/README.md @@ -195,8 +195,9 @@ To run this on the sample app: ./gradlew :affectedmoduledetector:publishToMavenLocal ``` -2. Try running the following command: +2. Try running the following commands: ``` +cd sample ./gradlew runAffectedUnitTests -Paffected_module_detector.enable ```