We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592eadc commit feb3919Copy full SHA for feb3919
.circleci/config.yml
@@ -32,7 +32,13 @@ jobs:
32
command: cd plugin && ./gradlew :build-logic:test :android-junit5:check --stacktrace
33
- run:
34
name: (Instrumentation) Download Dependencies
35
- command: cd instrumentation && ./gradlew androidDependencies
+ command: >
36
+ cd instrumentation && ./gradlew \
37
+ :core:dependencies \
38
+ :compose:dependencies \
39
+ :extensions:dependencies \
40
+ :runner:dependencies \
41
+ :testutil:dependencies
42
43
name: (Instrumentation) Build
44
command: cd instrumentation && ./gradlew assemble :core:assembleAndroidTest --stacktrace
0 commit comments