@@ -16,49 +16,26 @@ permissions: read-all
16
16
17
17
jobs :
18
18
job_001 :
19
- name : mono_repo self validate
19
+ name : " analyze_format; Dart 3.6.0; PKGS: dartfn, dartfn/templates/cloudevent, dartfn/templates/helloworld, dartfn/templates/json, examples/fullstack/backend, examples/fullstack/frontend-cli, examples/hello, examples/json, examples/protobuf_firestore, examples/raw_cloudevent, functions_framework, functions_framework_builder, google_cloud; `dart analyze` "
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Cache Pub hosted dependencies
23
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
23
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
24
24
with :
25
25
path : " ~/.pub-cache/hosted"
26
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable "
26
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-google_cloud;commands:analyze_1 "
27
27
restore-keys : |
28
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-google_cloud
29
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0
28
30
os:ubuntu-latest;pub-cache-hosted
29
31
os:ubuntu-latest
30
32
- name : Setup Dart SDK
31
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
33
+ uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
32
34
with :
33
- sdk : stable
35
+ sdk : " 3.6.0 "
34
36
- id : checkout
35
37
name : Checkout repository
36
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
37
- - name : mono_repo self validate
38
- run : dart pub global activate mono_repo 6.6.2
39
- - name : mono_repo self validate
40
- run : dart pub global run mono_repo generate --validate
41
- job_002 :
42
- name : " analyze_format; Dart 3.5.0; PKGS: dartfn, dartfn/templates/cloudevent, dartfn/templates/helloworld, dartfn/templates/json, examples/fullstack/backend, examples/fullstack/frontend-cli, examples/hello, examples/json, examples/protobuf_firestore, examples/raw_cloudevent, functions_framework, functions_framework_builder, google_cloud; `dart analyze`"
43
- runs-on : ubuntu-latest
44
- steps :
45
- - name : Cache Pub hosted dependencies
46
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
47
- with :
48
- path : " ~/.pub-cache/hosted"
49
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-google_cloud;commands:analyze_1"
50
- restore-keys : |
51
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-google_cloud
52
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0
53
- os:ubuntu-latest;pub-cache-hosted
54
- os:ubuntu-latest
55
- - name : Setup Dart SDK
56
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
57
- with :
58
- sdk : " 3.5.0"
59
- - id : checkout
60
- name : Checkout repository
61
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
38
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
62
39
- id : dartfn_pub_upgrade
63
40
name : dartfn; dart pub upgrade
64
41
run : dart pub upgrade
@@ -176,12 +153,12 @@ jobs:
176
153
run : dart analyze
177
154
if : " always() && steps.google_cloud_pub_upgrade.conclusion == 'success'"
178
155
working-directory : google_cloud
179
- job_003 :
156
+ job_002 :
180
157
name : " analyze_format; Dart dev; PKGS: dartfn, dartfn/templates/cloudevent, dartfn/templates/helloworld, dartfn/templates/json, examples/fullstack/backend, examples/fullstack/frontend-cli, examples/hello, examples/json, examples/protobuf_firestore, examples/raw_cloudevent, functions_framework, functions_framework_builder, google_cloud, integration_test; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos`"
181
158
runs-on : ubuntu-latest
182
159
steps :
183
160
- name : Cache Pub hosted dependencies
184
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
161
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
185
162
with :
186
163
path : " ~/.pub-cache/hosted"
187
164
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/fullstack/frontend-cli-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework-functions_framework_builder-google_cloud-integration_test;commands:format-analyze_0"
@@ -191,12 +168,12 @@ jobs:
191
168
os:ubuntu-latest;pub-cache-hosted
192
169
os:ubuntu-latest
193
170
- name : Setup Dart SDK
194
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
171
+ uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
195
172
with :
196
173
sdk : dev
197
174
- id : checkout
198
175
name : Checkout repository
199
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
176
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
200
177
- id : dartfn_pub_upgrade
201
178
name : dartfn; dart pub upgrade
202
179
run : dart pub upgrade
@@ -379,12 +356,12 @@ jobs:
379
356
run : dart analyze --fatal-infos
380
357
if : " always() && steps.integration_test_pub_upgrade.conclusion == 'success'"
381
358
working-directory : integration_test
382
- job_004 :
359
+ job_003 :
383
360
name : " analyze_format; Dart dev; PKG: integration_test; `dart analyze`"
384
361
runs-on : ubuntu-latest
385
362
steps :
386
363
- name : Cache Pub hosted dependencies
387
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
364
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
388
365
with :
389
366
path : " ~/.pub-cache/hosted"
390
367
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:integration_test;commands:analyze_1"
@@ -394,12 +371,12 @@ jobs:
394
371
os:ubuntu-latest;pub-cache-hosted
395
372
os:ubuntu-latest
396
373
- name : Setup Dart SDK
397
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
374
+ uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
398
375
with :
399
376
sdk : dev
400
377
- id : checkout
401
378
name : Checkout repository
402
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
379
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
403
380
- id : integration_test_pub_upgrade
404
381
name : integration_test; dart pub upgrade
405
382
run : dart pub upgrade
@@ -409,27 +386,27 @@ jobs:
409
386
run : dart analyze
410
387
if : " always() && steps.integration_test_pub_upgrade.conclusion == 'success'"
411
388
working-directory : integration_test
412
- job_005 :
413
- name : " analyze_format; Flutter master ; PKG: examples/fullstack/frontend; `dart format --output=none --set-exit-if-changed .`, `flutter analyze --fatal-infos`"
389
+ job_004 :
390
+ name : " analyze_format; Flutter stable ; PKG: examples/fullstack/frontend; `dart format --output=none --set-exit-if-changed .`, `flutter analyze --fatal-infos`"
414
391
runs-on : ubuntu-latest
415
392
steps :
416
393
- name : Cache Pub hosted dependencies
417
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
394
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
418
395
with :
419
396
path : " ~/.pub-cache/hosted"
420
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:master ;packages:examples/fullstack/frontend;commands:format-analyze_2"
397
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable ;packages:examples/fullstack/frontend;commands:format-analyze_2"
421
398
restore-keys : |
422
- os:ubuntu-latest;pub-cache-hosted;sdk:master ;packages:examples/fullstack/frontend
423
- os:ubuntu-latest;pub-cache-hosted;sdk:master
399
+ os:ubuntu-latest;pub-cache-hosted;sdk:stable ;packages:examples/fullstack/frontend
400
+ os:ubuntu-latest;pub-cache-hosted;sdk:stable
424
401
os:ubuntu-latest;pub-cache-hosted
425
402
os:ubuntu-latest
426
403
- name : Setup Flutter SDK
427
- uses : subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
404
+ uses : subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
428
405
with :
429
- channel : master
406
+ channel : stable
430
407
- id : checkout
431
408
name : Checkout repository
432
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
409
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
433
410
- id : examples_fullstack_frontend_pub_upgrade
434
411
name : examples/fullstack/frontend; flutter pub upgrade
435
412
run : flutter pub upgrade
@@ -443,33 +420,3 @@ jobs:
443
420
run : flutter analyze --fatal-infos
444
421
if : " always() && steps.examples_fullstack_frontend_pub_upgrade.conclusion == 'success'"
445
422
working-directory : examples/fullstack/frontend
446
- job_006 :
447
- name : " analyze_format; Flutter stable; PKG: examples/fullstack/frontend; `flutter analyze`"
448
- runs-on : ubuntu-latest
449
- steps :
450
- - name : Cache Pub hosted dependencies
451
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
452
- with :
453
- path : " ~/.pub-cache/hosted"
454
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:examples/fullstack/frontend;commands:analyze_3"
455
- restore-keys : |
456
- os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:examples/fullstack/frontend
457
- os:ubuntu-latest;pub-cache-hosted;sdk:stable
458
- os:ubuntu-latest;pub-cache-hosted
459
- os:ubuntu-latest
460
- - name : Setup Flutter SDK
461
- uses : subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
462
- with :
463
- channel : stable
464
- - id : checkout
465
- name : Checkout repository
466
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
467
- - id : examples_fullstack_frontend_pub_upgrade
468
- name : examples/fullstack/frontend; flutter pub upgrade
469
- run : flutter pub upgrade
470
- if : " always() && steps.checkout.conclusion == 'success'"
471
- working-directory : examples/fullstack/frontend
472
- - name : examples/fullstack/frontend; flutter analyze
473
- run : flutter analyze
474
- if : " always() && steps.examples_fullstack_frontend_pub_upgrade.conclusion == 'success'"
475
- working-directory : examples/fullstack/frontend
0 commit comments