1
- # Created with package:mono_repo v3.4.6
1
+ # Created with package:mono_repo v3.4.7
2
2
name : Dart Unit CI
3
3
on :
4
4
push :
28
28
os:ubuntu-latest;pub-cache-hosted;dart:dev
29
29
os:ubuntu-latest;pub-cache-hosted
30
30
os:ubuntu-latest
31
- - uses : dart-lang/setup-dart@v0.3
31
+ - uses : dart-lang/setup-dart@v1.0
32
32
with :
33
33
sdk : dev
34
34
- id : checkout
56
56
os:ubuntu-latest;pub-cache-hosted;dart:dev
57
57
os:ubuntu-latest;pub-cache-hosted
58
58
os:ubuntu-latest
59
- - uses : dart-lang/setup-dart@v0.3
59
+ - uses : dart-lang/setup-dart@v1.0
60
60
with :
61
61
sdk : dev
62
62
- id : checkout
84
84
os:ubuntu-latest;pub-cache-hosted;dart:dev
85
85
os:ubuntu-latest;pub-cache-hosted
86
86
os:ubuntu-latest
87
- - uses : dart-lang/setup-dart@v0.3
87
+ - uses : dart-lang/setup-dart@v1.0
88
88
with :
89
89
sdk : dev
90
90
- id : checkout
@@ -99,22 +99,22 @@ jobs:
99
99
working-directory : test/hello
100
100
run : pub run test --run-skipped -t presubmit-only
101
101
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`"
103
103
runs-on : ubuntu-latest
104
104
steps :
105
105
- name : Cache Pub hosted dependencies
106
106
uses : actions/cache@v2
107
107
with :
108
108
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"
110
110
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
113
113
os:ubuntu-latest;pub-cache-hosted
114
114
os:ubuntu-latest
115
- - uses : dart-lang/setup-dart@v0.3
115
+ - uses : dart-lang/setup-dart@v1.0
116
116
with :
117
- sdk : " 2.10 .0"
117
+ sdk : " 2.12 .0"
118
118
- id : checkout
119
119
uses : actions/checkout@v2
120
120
- id : functions_framework_builder_pub_upgrade
@@ -140,7 +140,7 @@ jobs:
140
140
os:ubuntu-latest;pub-cache-hosted;dart:dev
141
141
os:ubuntu-latest;pub-cache-hosted
142
142
os:ubuntu-latest
143
- - uses : dart-lang/setup-dart@v0.3
143
+ - uses : dart-lang/setup-dart@v1.0
144
144
with :
145
145
sdk : dev
146
146
- id : checkout
@@ -155,22 +155,22 @@ jobs:
155
155
working-directory : functions_framework_builder
156
156
run : pub run test
157
157
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`"
159
159
runs-on : ubuntu-latest
160
160
steps :
161
161
- name : Cache Pub hosted dependencies
162
162
uses : actions/cache@v2
163
163
with :
164
164
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"
166
166
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
169
169
os:ubuntu-latest;pub-cache-hosted
170
170
os:ubuntu-latest
171
- - uses : dart-lang/setup-dart@v0.3
171
+ - uses : dart-lang/setup-dart@v1.0
172
172
with :
173
- sdk : " 2.10 .0"
173
+ sdk : " 2.12 .0"
174
174
- id : checkout
175
175
uses : actions/checkout@v2
176
176
- id : test_hello_pub_upgrade
@@ -196,7 +196,7 @@ jobs:
196
196
os:ubuntu-latest;pub-cache-hosted;dart:dev
197
197
os:ubuntu-latest;pub-cache-hosted
198
198
os:ubuntu-latest
199
- - uses : dart-lang/setup-dart@v0.3
199
+ - uses : dart-lang/setup-dart@v1.0
200
200
with :
201
201
sdk : dev
202
202
- id : checkout
@@ -211,22 +211,22 @@ jobs:
211
211
working-directory : test/hello
212
212
run : pub run test -x presubmit-only
213
213
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`"
215
215
runs-on : ubuntu-latest
216
216
steps :
217
217
- name : Cache Pub hosted dependencies
218
218
uses : actions/cache@v2
219
219
with :
220
220
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"
222
222
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
225
225
os:ubuntu-latest;pub-cache-hosted
226
226
os:ubuntu-latest
227
- - uses : dart-lang/setup-dart@v0.3
227
+ - uses : dart-lang/setup-dart@v1.0
228
228
with :
229
- sdk : " 2.10 .0"
229
+ sdk : " 2.12 .0"
230
230
- id : checkout
231
231
uses : actions/checkout@v2
232
232
- id : test_hello_pub_upgrade
0 commit comments