1
- # Created with package:mono_repo v3.4.6
1
+ # Created with package:mono_repo v3.4.7
2
2
name : Dart CI
3
3
on :
4
4
push :
@@ -27,32 +27,32 @@ jobs:
27
27
restore-keys : |
28
28
os:ubuntu-latest;pub-cache-hosted
29
29
os:ubuntu-latest
30
- - uses : dart-lang/setup-dart@v0.3
30
+ - uses : dart-lang/setup-dart@v1.0
31
31
with :
32
32
sdk : stable
33
33
- id : checkout
34
34
uses : actions/checkout@v2
35
35
- name : mono_repo self validate
36
- run : pub global activate mono_repo 3.4.6
36
+ run : pub global activate mono_repo 3.4.7
37
37
- name : mono_repo self validate
38
38
run : pub global run mono_repo generate --validate
39
39
job_002 :
40
- name : " analyzer_and_format; Dart beta ; PKGS: _test_yaml, checked_yaml, example, json_annotation, json_serializable; `dartfmt -n --set-exit-if-changed .`, `dartanalyzer --fatal-infos .`"
40
+ name : " analyzer_and_format; Dart 2.12.0 ; PKGS: _test_yaml, checked_yaml, example, json_annotation, json_serializable; `dartfmt -n --set-exit-if-changed .`, `dartanalyzer --fatal-infos .`"
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- name : Cache Pub hosted dependencies
44
44
uses : actions/cache@v2
45
45
with :
46
46
path : " ~/.pub-cache/hosted"
47
- key : " os:ubuntu-latest;pub-cache-hosted;dart:beta ;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:dartfmt-dartanalyzer"
47
+ key : " os:ubuntu-latest;pub-cache-hosted;dart:2.12.0 ;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:dartfmt-dartanalyzer"
48
48
restore-keys : |
49
- os:ubuntu-latest;pub-cache-hosted;dart:beta ;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable
50
- os:ubuntu-latest;pub-cache-hosted;dart:beta
49
+ os:ubuntu-latest;pub-cache-hosted;dart:2.12.0 ;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable
50
+ os:ubuntu-latest;pub-cache-hosted;dart:2.12.0
51
51
os:ubuntu-latest;pub-cache-hosted
52
52
os:ubuntu-latest
53
- - uses : dart-lang/setup-dart@v0.3
53
+ - uses : dart-lang/setup-dart@v1.0
54
54
with :
55
- sdk : beta
55
+ sdk : " 2.12.0 "
56
56
- id : checkout
57
57
uses : actions/checkout@v2
58
58
- id : _test_yaml_pub_upgrade
@@ -134,7 +134,7 @@ jobs:
134
134
os:ubuntu-latest;pub-cache-hosted;dart:dev
135
135
os:ubuntu-latest;pub-cache-hosted
136
136
os:ubuntu-latest
137
- - uses : dart-lang/setup-dart@v0.3
137
+ - uses : dart-lang/setup-dart@v1.0
138
138
with :
139
139
sdk : dev
140
140
- id : checkout
@@ -205,22 +205,22 @@ jobs:
205
205
working-directory : json_serializable
206
206
run : dartanalyzer --fatal-infos .
207
207
job_004 :
208
- name : " unit_test; Dart beta ; PKGS: _test_yaml, checked_yaml, example, json_serializable; `pub run test`"
208
+ name : " unit_test; Dart 2.12.0 ; PKGS: _test_yaml, checked_yaml, example, json_serializable; `pub run test`"
209
209
runs-on : ubuntu-latest
210
210
steps :
211
211
- name : Cache Pub hosted dependencies
212
212
uses : actions/cache@v2
213
213
with :
214
214
path : " ~/.pub-cache/hosted"
215
- key : " os:ubuntu-latest;pub-cache-hosted;dart:beta ;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
215
+ key : " os:ubuntu-latest;pub-cache-hosted;dart:2.12.0 ;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
216
216
restore-keys : |
217
- os:ubuntu-latest;pub-cache-hosted;dart:beta ;packages:_test_yaml-checked_yaml-example-json_serializable
218
- os:ubuntu-latest;pub-cache-hosted;dart:beta
217
+ os:ubuntu-latest;pub-cache-hosted;dart:2.12.0 ;packages:_test_yaml-checked_yaml-example-json_serializable
218
+ os:ubuntu-latest;pub-cache-hosted;dart:2.12.0
219
219
os:ubuntu-latest;pub-cache-hosted
220
220
os:ubuntu-latest
221
- - uses : dart-lang/setup-dart@v0.3
221
+ - uses : dart-lang/setup-dart@v1.0
222
222
with :
223
- sdk : beta
223
+ sdk : " 2.12.0 "
224
224
- id : checkout
225
225
uses : actions/checkout@v2
226
226
- id : _test_yaml_pub_upgrade
@@ -277,7 +277,7 @@ jobs:
277
277
os:ubuntu-latest;pub-cache-hosted;dart:dev
278
278
os:ubuntu-latest;pub-cache-hosted
279
279
os:ubuntu-latest
280
- - uses : dart-lang/setup-dart@v0.3
280
+ - uses : dart-lang/setup-dart@v1.0
281
281
with :
282
282
sdk : dev
283
283
- id : checkout
@@ -323,22 +323,22 @@ jobs:
323
323
- job_002
324
324
- job_003
325
325
job_006 :
326
- name : " unit_test; Dart beta ; PKG: json_serializable; `pub run test -p chrome`"
326
+ name : " unit_test; Dart 2.12.0 ; PKG: json_serializable; `pub run test -p chrome`"
327
327
runs-on : ubuntu-latest
328
328
steps :
329
329
- name : Cache Pub hosted dependencies
330
330
uses : actions/cache@v2
331
331
with :
332
332
path : " ~/.pub-cache/hosted"
333
- key : " os:ubuntu-latest;pub-cache-hosted;dart:beta ;packages:json_serializable;commands:test_2"
333
+ key : " os:ubuntu-latest;pub-cache-hosted;dart:2.12.0 ;packages:json_serializable;commands:test_2"
334
334
restore-keys : |
335
- os:ubuntu-latest;pub-cache-hosted;dart:beta ;packages:json_serializable
336
- os:ubuntu-latest;pub-cache-hosted;dart:beta
335
+ os:ubuntu-latest;pub-cache-hosted;dart:2.12.0 ;packages:json_serializable
336
+ os:ubuntu-latest;pub-cache-hosted;dart:2.12.0
337
337
os:ubuntu-latest;pub-cache-hosted
338
338
os:ubuntu-latest
339
- - uses : dart-lang/setup-dart@v0.3
339
+ - uses : dart-lang/setup-dart@v1.0
340
340
with :
341
- sdk : beta
341
+ sdk : " 2.12.0 "
342
342
- id : checkout
343
343
uses : actions/checkout@v2
344
344
- id : json_serializable_pub_upgrade
@@ -368,7 +368,7 @@ jobs:
368
368
os:ubuntu-latest;pub-cache-hosted;dart:dev
369
369
os:ubuntu-latest;pub-cache-hosted
370
370
os:ubuntu-latest
371
- - uses : dart-lang/setup-dart@v0.3
371
+ - uses : dart-lang/setup-dart@v1.0
372
372
with :
373
373
sdk : dev
374
374
- id : checkout
@@ -387,22 +387,22 @@ jobs:
387
387
- job_002
388
388
- job_003
389
389
job_008 :
390
- name : " ensure_build; Dart beta ; PKGS: _test_yaml, checked_yaml, example, json_serializable; `pub run test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
390
+ name : " ensure_build; Dart 2.12.0 ; PKGS: _test_yaml, checked_yaml, example, json_serializable; `pub run test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
391
391
runs-on : ubuntu-latest
392
392
steps :
393
393
- name : Cache Pub hosted dependencies
394
394
uses : actions/cache@v2
395
395
with :
396
396
path : " ~/.pub-cache/hosted"
397
- key : " os:ubuntu-latest;pub-cache-hosted;dart:beta ;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_1"
397
+ key : " os:ubuntu-latest;pub-cache-hosted;dart:2.12.0 ;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_1"
398
398
restore-keys : |
399
- os:ubuntu-latest;pub-cache-hosted;dart:beta ;packages:_test_yaml-checked_yaml-example-json_serializable
400
- os:ubuntu-latest;pub-cache-hosted;dart:beta
399
+ os:ubuntu-latest;pub-cache-hosted;dart:2.12.0 ;packages:_test_yaml-checked_yaml-example-json_serializable
400
+ os:ubuntu-latest;pub-cache-hosted;dart:2.12.0
401
401
os:ubuntu-latest;pub-cache-hosted
402
402
os:ubuntu-latest
403
- - uses : dart-lang/setup-dart@v0.3
403
+ - uses : dart-lang/setup-dart@v1.0
404
404
with :
405
- sdk : beta
405
+ sdk : " 2.12.0 "
406
406
- id : checkout
407
407
uses : actions/checkout@v2
408
408
- id : _test_yaml_pub_upgrade
@@ -463,7 +463,7 @@ jobs:
463
463
os:ubuntu-latest;pub-cache-hosted;dart:dev
464
464
os:ubuntu-latest;pub-cache-hosted
465
465
os:ubuntu-latest
466
- - uses : dart-lang/setup-dart@v0.3
466
+ - uses : dart-lang/setup-dart@v1.0
467
467
with :
468
468
sdk : dev
469
469
- id : checkout
0 commit comments