Skip to content

Commit

Permalink
Merge pull request #224 from edenman/patch-1
Browse files Browse the repository at this point in the history
Make it clear that you have to runAffectedUnitTests from the sample dir
  • Loading branch information
joshafeinberg authored Aug 11, 2023
2 parents 6f5e662 + 6213a1b commit 72d1308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 72d1308

Please sign in to comment.