We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9151849 commit 0dade69Copy full SHA for 0dade69
1 file changed
.circleci/config.yml
@@ -35,7 +35,7 @@ jobs:
35
command: cd instrumentation && ./gradlew androidDependencies
36
- run:
37
name: (Instrumentation) Build
38
- command: cd instrumentation && ./gradlew assemble --stacktrace
+ command: cd instrumentation && ./gradlew assemble :core:assembleAndroidTest --stacktrace
39
40
name: (Instrumentation) Test
41
command: cd instrumentation && ./gradlew check --stacktrace
0 commit comments