Skip to content

Commit

Permalink
Tweaking indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kpmmmurphy committed May 31, 2018
1 parent acf6f68 commit 9ecc406
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ jobs:
path: app/build/test-results

check:
<<: *android_config
steps:
- checkout
- *restore_cache
- run:
name: Download dependencies
command: ./gradlew androidDependencies
- *save_cache
- run:
name: Run Check
command: ./gradlew check
- store_artifacts:
path: app/build/reports
destination: reports
- store_test_results:
path: app/build/test-results
<<: *android_config
steps:
- checkout
- *restore_cache
- run:
name: Download dependencies
command: ./gradlew androidDependencies
- *save_cache
- run:
name: Run Check
command: ./gradlew check
- store_artifacts:
path: app/build/reports
destination: reports
- store_test_results:
path: app/build/test-results

workflows:
version: 2
Expand Down

0 comments on commit 9ecc406

Please sign in to comment.