Skip to content

Commit 0dade69

Browse files
committed
Forgot to assemble core:androidTest APKs
1 parent 9151849 commit 0dade69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
command: cd instrumentation && ./gradlew androidDependencies
3636
- run:
3737
name: (Instrumentation) Build
38-
command: cd instrumentation && ./gradlew assemble --stacktrace
38+
command: cd instrumentation && ./gradlew assemble :core:assembleAndroidTest --stacktrace
3939
- run:
4040
name: (Instrumentation) Test
4141
command: cd instrumentation && ./gradlew check --stacktrace

0 commit comments

Comments
 (0)