@@ -36,16 +36,16 @@ jobs:
36
36
- run : pub global activate mono_repo 3.3.0
37
37
- run : pub global run mono_repo generate --validate
38
38
job_002 :
39
- name : " OS: linux; SDK: dev; PKGS: _test_yaml, checked_yaml, example, json_annotation, json_serializable; TASKS: [`dartfmt -n --set-exit-if-changed .`, `dartanalyzer --fatal-warnings --fatal-infos .`]"
39
+ name : " OS: linux; SDK: dev; PKGS: _test_yaml, checked_yaml, json_annotation, json_serializable; TASKS: [`dartfmt -n --set-exit-if-changed .`, `dartanalyzer --fatal-warnings --fatal-infos .`]"
40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- name : Cache Pub hosted dependencies
43
43
uses : actions/cache@v2
44
44
with :
45
45
path : " ~/.pub-cache/hosted"
46
- key : " os:ubuntu-latest;pub-cache-hosted;dart:dev;packages:_test_yaml-checked_yaml-example- json_annotation-json_serializable;commands:dartfmt-dartanalyzer_0"
46
+ key : " os:ubuntu-latest;pub-cache-hosted;dart:dev;packages:_test_yaml-checked_yaml-json_annotation-json_serializable;commands:dartfmt-dartanalyzer_0"
47
47
restore-keys : |
48
- os:ubuntu-latest;pub-cache-hosted;dart:dev;packages:_test_yaml-checked_yaml-example- json_annotation-json_serializable
48
+ os:ubuntu-latest;pub-cache-hosted;dart:dev;packages:_test_yaml-checked_yaml-json_annotation-json_serializable
49
49
os:ubuntu-latest;pub-cache-hosted;dart:dev
50
50
os:ubuntu-latest;pub-cache-hosted
51
51
os:ubuntu-latest
@@ -55,20 +55,20 @@ jobs:
55
55
- run : dart --version
56
56
- uses : actions/checkout@v2
57
57
- env :
58
- PKGS : _test_yaml checked_yaml example json_annotation json_serializable
58
+ PKGS : _test_yaml checked_yaml json_annotation json_serializable
59
59
TRAVIS_OS_NAME : linux
60
60
run : tool/ci.sh dartfmt dartanalyzer_0
61
- job_003 :
62
- name : " OS: linux; SDK: 2.7.0; PKGS: _test_yaml, checked_yaml, example, json_annotation, json_serializable ; TASKS: `dartanalyzer --fatal-warnings .`"
61
+ job_005 :
62
+ name : " OS: linux; SDK: 2.7.0; PKG: checked_yaml; TASKS: `dartanalyzer --fatal-warnings .`"
63
63
runs-on : ubuntu-latest
64
64
steps :
65
65
- name : Cache Pub hosted dependencies
66
66
uses : actions/cache@v2
67
67
with :
68
68
path : " ~/.pub-cache/hosted"
69
- key : " os:ubuntu-latest;pub-cache-hosted;dart:2.7.0;packages:_test_yaml- checked_yaml-example-json_annotation-json_serializable ;commands:dartanalyzer_1"
69
+ key : " os:ubuntu-latest;pub-cache-hosted;dart:2.7.0;packages:checked_yaml;commands:dartanalyzer_1"
70
70
restore-keys : |
71
- os:ubuntu-latest;pub-cache-hosted;dart:2.7.0;packages:_test_yaml- checked_yaml-example-json_annotation-json_serializable
71
+ os:ubuntu-latest;pub-cache-hosted;dart:2.7.0;packages:checked_yaml
72
72
os:ubuntu-latest;pub-cache-hosted;dart:2.7.0
73
73
os:ubuntu-latest;pub-cache-hosted
74
74
os:ubuntu-latest
@@ -79,38 +79,33 @@ jobs:
79
79
- run : dart --version
80
80
- uses : actions/checkout@v2
81
81
- env :
82
- PKGS : _test_yaml checked_yaml example json_annotation json_serializable
82
+ PKGS : checked_yaml
83
83
TRAVIS_OS_NAME : linux
84
84
run : tool/ci.sh dartanalyzer_1
85
- job_004 :
86
- name : " OS: linux; SDK: 2.7.0; PKGS: _test_yaml, checked_yaml, example, json_serializable ; TASKS: `pub run test` "
85
+ job_008 :
86
+ name : " OS: linux; SDK: dev; PKG: example; TASKS: [`dartfmt -n --set-exit-if-changed .`, `dartanalyzer --fatal-warnings .`] "
87
87
runs-on : ubuntu-latest
88
88
steps :
89
89
- name : Cache Pub hosted dependencies
90
90
uses : actions/cache@v2
91
91
with :
92
92
path : " ~/.pub-cache/hosted"
93
- key : " os:ubuntu-latest;pub-cache-hosted;dart:2.7.0 ;packages:_test_yaml-checked_yaml- example-json_serializable ;commands:test_0 "
93
+ key : " os:ubuntu-latest;pub-cache-hosted;dart:dev ;packages:example;commands:dartfmt-dartanalyzer_1 "
94
94
restore-keys : |
95
- os:ubuntu-latest;pub-cache-hosted;dart:2.7.0 ;packages:_test_yaml-checked_yaml- example-json_serializable
96
- os:ubuntu-latest;pub-cache-hosted;dart:2.7.0
95
+ os:ubuntu-latest;pub-cache-hosted;dart:dev ;packages:example
96
+ os:ubuntu-latest;pub-cache-hosted;dart:dev
97
97
os:ubuntu-latest;pub-cache-hosted
98
98
os:ubuntu-latest
99
99
- uses : cedx/setup-dart@v2
100
100
with :
101
- release-channel : stable
102
- version : " 2.7.0"
101
+ release-channel : dev
103
102
- run : dart --version
104
103
- uses : actions/checkout@v2
105
104
- env :
106
- PKGS : _test_yaml checked_yaml example json_serializable
105
+ PKGS : example
107
106
TRAVIS_OS_NAME : linux
108
- run : tool/ci.sh test_0
109
- needs :
110
- - job_001
111
- - job_002
112
- - job_003
113
- job_005 :
107
+ run : tool/ci.sh dartfmt dartanalyzer_1
108
+ job_003 :
114
109
name : " OS: linux; SDK: dev; PKGS: _test_yaml, checked_yaml, example, json_serializable; TASKS: `pub run test`"
115
110
runs-on : ubuntu-latest
116
111
steps :
@@ -136,18 +131,19 @@ jobs:
136
131
needs :
137
132
- job_001
138
133
- job_002
139
- - job_003
140
- job_008 :
141
- name : " OS: linux; SDK: 2.7.0; PKG: json_serializable; TASKS: `pub run test -p chrome`"
134
+ - job_005
135
+ - job_008
136
+ job_006 :
137
+ name : " OS: linux; SDK: 2.7.0; PKG: checked_yaml; TASKS: `pub run test`"
142
138
runs-on : ubuntu-latest
143
139
steps :
144
140
- name : Cache Pub hosted dependencies
145
141
uses : actions/cache@v2
146
142
with :
147
143
path : " ~/.pub-cache/hosted"
148
- key : " os:ubuntu-latest;pub-cache-hosted;dart:2.7.0;packages:json_serializable ;commands:test_2 "
144
+ key : " os:ubuntu-latest;pub-cache-hosted;dart:2.7.0;packages:checked_yaml ;commands:test_0 "
149
145
restore-keys : |
150
- os:ubuntu-latest;pub-cache-hosted;dart:2.7.0;packages:json_serializable
146
+ os:ubuntu-latest;pub-cache-hosted;dart:2.7.0;packages:checked_yaml
151
147
os:ubuntu-latest;pub-cache-hosted;dart:2.7.0
152
148
os:ubuntu-latest;pub-cache-hosted
153
149
os:ubuntu-latest
@@ -158,13 +154,14 @@ jobs:
158
154
- run : dart --version
159
155
- uses : actions/checkout@v2
160
156
- env :
161
- PKGS : json_serializable
157
+ PKGS : checked_yaml
162
158
TRAVIS_OS_NAME : linux
163
- run : tool/ci.sh test_2
159
+ run : tool/ci.sh test_0
164
160
needs :
165
161
- job_001
166
162
- job_002
167
- - job_003
163
+ - job_005
164
+ - job_008
168
165
job_009 :
169
166
name : " OS: linux; SDK: dev; PKG: json_serializable; TASKS: `pub run test -p chrome`"
170
167
runs-on : ubuntu-latest
@@ -191,61 +188,60 @@ jobs:
191
188
needs :
192
189
- job_001
193
190
- job_002
194
- - job_003
195
- job_006 :
196
- name : " OS: linux; SDK: 2.7.0; PKGS: _test_yaml, checked_yaml, example, json_serializable; TASKS: `pub run test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
191
+ - job_005
192
+ - job_008
193
+ job_004 :
194
+ name : " OS: linux; SDK: dev; PKGS: _test_yaml, checked_yaml, example, json_serializable; TASKS: `pub run test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
197
195
runs-on : ubuntu-latest
198
196
steps :
199
197
- name : Cache Pub hosted dependencies
200
198
uses : actions/cache@v2
201
199
with :
202
200
path : " ~/.pub-cache/hosted"
203
- key : " os:ubuntu-latest;pub-cache-hosted;dart:2.7.0 ;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_1"
201
+ key : " os:ubuntu-latest;pub-cache-hosted;dart:dev ;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_1"
204
202
restore-keys : |
205
- os:ubuntu-latest;pub-cache-hosted;dart:2.7.0 ;packages:_test_yaml-checked_yaml-example-json_serializable
206
- os:ubuntu-latest;pub-cache-hosted;dart:2.7.0
203
+ os:ubuntu-latest;pub-cache-hosted;dart:dev ;packages:_test_yaml-checked_yaml-example-json_serializable
204
+ os:ubuntu-latest;pub-cache-hosted;dart:dev
207
205
os:ubuntu-latest;pub-cache-hosted
208
206
os:ubuntu-latest
209
207
- uses : cedx/setup-dart@v2
210
208
with :
211
- release-channel : stable
212
- version : " 2.7.0"
209
+ release-channel : dev
213
210
- run : dart --version
214
211
- uses : actions/checkout@v2
215
212
- env :
216
213
PKGS : _test_yaml checked_yaml example json_serializable
217
214
TRAVIS_OS_NAME : linux
218
215
run : tool/ci.sh test_1
219
216
needs :
220
- - job_004
221
- - job_005
222
- - job_008
217
+ - job_003
218
+ - job_006
223
219
- job_009
224
220
job_007 :
225
- name : " OS: linux; SDK: dev; PKGS: _test_yaml, checked_yaml, example, json_serializable ; TASKS: `pub run test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
221
+ name : " OS: linux; SDK: 2.7.0; PKG: checked_yaml; TASKS: `pub run test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
226
222
runs-on : ubuntu-latest
227
223
steps :
228
224
- name : Cache Pub hosted dependencies
229
225
uses : actions/cache@v2
230
226
with :
231
227
path : " ~/.pub-cache/hosted"
232
- key : " os:ubuntu-latest;pub-cache-hosted;dart:dev ;packages:_test_yaml- checked_yaml-example-json_serializable ;commands:test_1"
228
+ key : " os:ubuntu-latest;pub-cache-hosted;dart:2.7.0 ;packages:checked_yaml;commands:test_1"
233
229
restore-keys : |
234
- os:ubuntu-latest;pub-cache-hosted;dart:dev ;packages:_test_yaml- checked_yaml-example-json_serializable
235
- os:ubuntu-latest;pub-cache-hosted;dart:dev
230
+ os:ubuntu-latest;pub-cache-hosted;dart:2.7.0 ;packages:checked_yaml
231
+ os:ubuntu-latest;pub-cache-hosted;dart:2.7.0
236
232
os:ubuntu-latest;pub-cache-hosted
237
233
os:ubuntu-latest
238
234
- uses : cedx/setup-dart@v2
239
235
with :
240
- release-channel : dev
236
+ release-channel : stable
237
+ version : " 2.7.0"
241
238
- run : dart --version
242
239
- uses : actions/checkout@v2
243
240
- env :
244
- PKGS : _test_yaml checked_yaml example json_serializable
241
+ PKGS : checked_yaml
245
242
TRAVIS_OS_NAME : linux
246
243
run : tool/ci.sh test_1
247
244
needs :
248
- - job_004
249
- - job_005
250
- - job_008
245
+ - job_003
246
+ - job_006
251
247
- job_009
0 commit comments