You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,6 @@ jobs:
9
9
steps:
10
10
- checkout:
11
11
path: ~/project
12
-
- restore_cache:
13
-
keys:
14
-
- android_cache
15
12
- run:
16
13
name: Setup environment variables
17
14
command: |
@@ -56,11 +53,6 @@ jobs:
56
53
- run:
57
54
name: Run Unit Tests
58
55
command: ./gradlew test
59
-
- save_cache:
60
-
key: android_cache
61
-
paths:
62
-
- ~/.gradle
63
-
- flutter_sdk.zip
64
56
65
57
flutter_tests:
66
58
docker:
@@ -85,9 +77,6 @@ jobs:
85
77
steps:
86
78
- checkout:
87
79
path: ~/project
88
-
- restore_cache:
89
-
keys:
90
-
- flutter-cache
91
80
- run:
92
81
name: download flutter SDK
93
82
command: if ! test -f "flutter_sdk.zip"; then curl -o flutter_sdk.zip https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_v1.5.4-hotfix.2-stable.zip; fi
0 commit comments