We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283c57a commit 2f49448Copy full SHA for 2f49448
1 file changed
.circleci/config.yml
@@ -22,7 +22,7 @@ commands:
22
steps:
23
- run:
24
name: Run Tests
25
- command: ./gradlew lint test
+ command: ./gradlew studyplus-android-sdk2:lint studyplus-android-sdk2:test
26
- store_artifacts:
27
path: studyplus-android-sdk2/build/reports
28
destination: reports
0 commit comments