Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Iterate workspace attaching.
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Oct 8, 2020
1 parent 88c0642 commit e6cd56c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
executor: android/android
resource_class: large
working_directory: ~/project
parallelism: 4
parallelism: 6
steps:
- checkout
- restore-gradle-cache
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
executor: android/android
resource_class: large
working_directory: ~/project
parallelism: 4
parallelism: 6
steps:
- checkout
- restore-gradle-cache
Expand Down Expand Up @@ -225,8 +225,6 @@ jobs:
steps:
- attach_workspace:
at: /home/circleci
- restore-gradle-cache
- restore-android-build-cache
- run:
name: JaCoCo report
command: ./gradlew :Corona-Warn-App:jacocoTestReportDeviceRelease -i
Expand Down

0 comments on commit e6cd56c

Please sign in to comment.