+------------------------------------------------------------------------------+
| bitrise summary |
+---+---------------------------------------------------------------+----------+
| | title | time (s) |
+---+---------------------------------------------------------------+----------+
| - | activate-ssh-key@4 | 2.50 sec |
+---+---------------------------------------------------------------+----------+
| - | git-clone@6 | 0.70 sec |
+---+---------------------------------------------------------------+----------+
| ✓ | install-missing-android-tools@2 | 2.52 sec |
+---+---------------------------------------------------------------+----------+
| Update available: 2 (2.4.1) -> 3.1.0 |
| |
| Release notes are available below |
| ...//github.com/bitrise-steplib/steps-install-missing-android-tools/releases |
+---+---------------------------------------------------------------+----------+
| ✓ | android-lint@0 | 25.94 sec|
+---+---------------------------------------------------------------+----------+
| ✓ | android-unit-test@1 | 21.26 sec|
+---+---------------------------------------------------------------+----------+
| - | deploy-to-bitrise-io@1 | 0.80 sec |
+---+---------------------------------------------------------------+----------+
| Update available: 1 (1.13.2) -> 2.1.1 |
| |
| Release notes are available below |
| https://github.com/bitrise-steplib/steps-deploy-to-bitrise-io/releases |
+---+---------------------------------------------------------------+----------+
| - | cache-push@2 | 0.62 sec |
+---+---------------------------------------------------------------+----------+
| Total runtime: 54.34 sec |
+------------------------------------------------------------------------------+
Submitting anonymized usage information...
For more information visit:
https://github.com/bitrise-io/bitrise-plugins-analytics/blob/master/README.md
Bitrise build successful
There’s no way my unit tests would have completed in ~20 seconds.
Take note that I already remove the cache-pull step
Is there anything I need to do in order to clear the caches?
Context
I’m trying to debug failing unit tests on Bitrise while local ./gradlew test
is passing