Skip to content
This repository was archived by the owner on Jun 28, 2019. It is now read-only.

Commit 4ae504a

Browse files
committed
Modify .circleci/config.yml
1 parent 390c2f5 commit 4ae504a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.circleci/config.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ executors:
77
JAVA_OPTS: -Xmx3200m
88

99
commands:
10-
setup:
10+
setup_android:
1111
steps:
1212
- restore_cache:
1313
key: v1-gradle-cache-{{ checksum "build.gradle" }}-{{ checksum "studyplus-android-sdk2/build.gradle" }}
@@ -52,7 +52,7 @@ jobs:
5252
name: default
5353
steps:
5454
- checkout
55-
- setup
55+
- setup_android
5656
- unit_test
5757
run_danger:
5858
executor:
@@ -63,13 +63,7 @@ jobs:
6363
- run_danger
6464

6565
workflows:
66-
test:
67-
jobs:
68-
- run_test:
69-
filters:
70-
branches:
71-
only:
72-
- master
7366
pull_request:
7467
jobs:
68+
- run_test
7569
- run_danger

0 commit comments

Comments
 (0)