We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ea229 commit db36777Copy full SHA for db36777
.circleci/config.yml
@@ -36,7 +36,7 @@ jobs:
36
steps:
37
- checkout
38
- restore_gradle_cache
39
- - run: ./gradlew sdk:build sdkMock:build --continue
+ - run: ./gradlew sdk:build sdkMock:build -x sdk:test -x sdkMock:test --continue
40
- save_gradle_cache
41
test:
42
executor: android
0 commit comments