Skip to content

Commit 72d1308

Browse files
Merge pull request #224 from edenman/patch-1
Make it clear that you have to runAffectedUnitTests from the sample dir
2 parents 6f5e662 + 6213a1b commit 72d1308

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,9 @@ To run this on the sample app:
195195
./gradlew :affectedmoduledetector:publishToMavenLocal
196196
```
197197

198-
2. Try running the following command:
198+
2. Try running the following commands:
199199
```
200+
cd sample
200201
./gradlew runAffectedUnitTests -Paffected_module_detector.enable
201202
```
202203

0 commit comments

Comments
 (0)