1- # Created with package:mono_repo v3.4.6
1+ # Created with package:mono_repo v3.4.7
22name : Dart Unit CI
33on :
44 push :
2828 os:ubuntu-latest;pub-cache-hosted;dart:dev
2929 os:ubuntu-latest;pub-cache-hosted
3030 os:ubuntu-latest
31- - uses : dart-lang/setup-dart@v0.3
31+ - uses : dart-lang/setup-dart@v1.0
3232 with :
3333 sdk : dev
3434 - id : checkout
5656 os:ubuntu-latest;pub-cache-hosted;dart:dev
5757 os:ubuntu-latest;pub-cache-hosted
5858 os:ubuntu-latest
59- - uses : dart-lang/setup-dart@v0.3
59+ - uses : dart-lang/setup-dart@v1.0
6060 with :
6161 sdk : dev
6262 - id : checkout
8484 os:ubuntu-latest;pub-cache-hosted;dart:dev
8585 os:ubuntu-latest;pub-cache-hosted
8686 os:ubuntu-latest
87- - uses : dart-lang/setup-dart@v0.3
87+ - uses : dart-lang/setup-dart@v1.0
8888 with :
8989 sdk : dev
9090 - id : checkout
@@ -99,22 +99,22 @@ jobs:
9999 working-directory : test/hello
100100 run : pub run test --run-skipped -t presubmit-only
101101 job_004 :
102- name : " unit_test; Dart 2.10 .0; PKG: functions_framework_builder; `pub run test`"
102+ name : " unit_test; Dart 2.12 .0; PKG: functions_framework_builder; `pub run test`"
103103 runs-on : ubuntu-latest
104104 steps :
105105 - name : Cache Pub hosted dependencies
106106 uses : actions/cache@v2
107107 with :
108108 path : " ~/.pub-cache/hosted"
109- key : " os:ubuntu-latest;pub-cache-hosted;dart:2.10 .0;packages:functions_framework_builder;commands:test_1"
109+ key : " os:ubuntu-latest;pub-cache-hosted;dart:2.12 .0;packages:functions_framework_builder;commands:test_1"
110110 restore-keys : |
111- os:ubuntu-latest;pub-cache-hosted;dart:2.10 .0;packages:functions_framework_builder
112- os:ubuntu-latest;pub-cache-hosted;dart:2.10 .0
111+ os:ubuntu-latest;pub-cache-hosted;dart:2.12 .0;packages:functions_framework_builder
112+ os:ubuntu-latest;pub-cache-hosted;dart:2.12 .0
113113 os:ubuntu-latest;pub-cache-hosted
114114 os:ubuntu-latest
115- - uses : dart-lang/setup-dart@v0.3
115+ - uses : dart-lang/setup-dart@v1.0
116116 with :
117- sdk : " 2.10 .0"
117+ sdk : " 2.12 .0"
118118 - id : checkout
119119 uses : actions/checkout@v2
120120 - id : functions_framework_builder_pub_upgrade
@@ -140,7 +140,7 @@ jobs:
140140 os:ubuntu-latest;pub-cache-hosted;dart:dev
141141 os:ubuntu-latest;pub-cache-hosted
142142 os:ubuntu-latest
143- - uses : dart-lang/setup-dart@v0.3
143+ - uses : dart-lang/setup-dart@v1.0
144144 with :
145145 sdk : dev
146146 - id : checkout
@@ -155,22 +155,22 @@ jobs:
155155 working-directory : functions_framework_builder
156156 run : pub run test
157157 job_006 :
158- name : " unit_test; Dart 2.10 .0; PKG: test/hello; `pub run test -x presubmit-only`"
158+ name : " unit_test; Dart 2.12 .0; PKG: test/hello; `pub run test -x presubmit-only`"
159159 runs-on : ubuntu-latest
160160 steps :
161161 - name : Cache Pub hosted dependencies
162162 uses : actions/cache@v2
163163 with :
164164 path : " ~/.pub-cache/hosted"
165- key : " os:ubuntu-latest;pub-cache-hosted;dart:2.10 .0;packages:test/hello;commands:test_2"
165+ key : " os:ubuntu-latest;pub-cache-hosted;dart:2.12 .0;packages:test/hello;commands:test_2"
166166 restore-keys : |
167- os:ubuntu-latest;pub-cache-hosted;dart:2.10 .0;packages:test/hello
168- os:ubuntu-latest;pub-cache-hosted;dart:2.10 .0
167+ os:ubuntu-latest;pub-cache-hosted;dart:2.12 .0;packages:test/hello
168+ os:ubuntu-latest;pub-cache-hosted;dart:2.12 .0
169169 os:ubuntu-latest;pub-cache-hosted
170170 os:ubuntu-latest
171- - uses : dart-lang/setup-dart@v0.3
171+ - uses : dart-lang/setup-dart@v1.0
172172 with :
173- sdk : " 2.10 .0"
173+ sdk : " 2.12 .0"
174174 - id : checkout
175175 uses : actions/checkout@v2
176176 - id : test_hello_pub_upgrade
@@ -196,7 +196,7 @@ jobs:
196196 os:ubuntu-latest;pub-cache-hosted;dart:dev
197197 os:ubuntu-latest;pub-cache-hosted
198198 os:ubuntu-latest
199- - uses : dart-lang/setup-dart@v0.3
199+ - uses : dart-lang/setup-dart@v1.0
200200 with :
201201 sdk : dev
202202 - id : checkout
@@ -211,22 +211,22 @@ jobs:
211211 working-directory : test/hello
212212 run : pub run test -x presubmit-only
213213 job_008 :
214- name : " unit_test; Dart 2.10 .0; PKG: test/hello; `pub run test --run-skipped -t presubmit-only`"
214+ name : " unit_test; Dart 2.12 .0; PKG: test/hello; `pub run test --run-skipped -t presubmit-only`"
215215 runs-on : ubuntu-latest
216216 steps :
217217 - name : Cache Pub hosted dependencies
218218 uses : actions/cache@v2
219219 with :
220220 path : " ~/.pub-cache/hosted"
221- key : " os:ubuntu-latest;pub-cache-hosted;dart:2.10 .0;packages:test/hello;commands:test_0"
221+ key : " os:ubuntu-latest;pub-cache-hosted;dart:2.12 .0;packages:test/hello;commands:test_0"
222222 restore-keys : |
223- os:ubuntu-latest;pub-cache-hosted;dart:2.10 .0;packages:test/hello
224- os:ubuntu-latest;pub-cache-hosted;dart:2.10 .0
223+ os:ubuntu-latest;pub-cache-hosted;dart:2.12 .0;packages:test/hello
224+ os:ubuntu-latest;pub-cache-hosted;dart:2.12 .0
225225 os:ubuntu-latest;pub-cache-hosted
226226 os:ubuntu-latest
227- - uses : dart-lang/setup-dart@v0.3
227+ - uses : dart-lang/setup-dart@v1.0
228228 with :
229- sdk : " 2.10 .0"
229+ sdk : " 2.12 .0"
230230 - id : checkout
231231 uses : actions/checkout@v2
232232 - id : test_hello_pub_upgrade
0 commit comments