21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Initialize environment
24
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
25
25
with :
26
26
cache-node-modules : true
27
27
- name : Install node modules
@@ -54,13 +54,13 @@ jobs:
54
54
runs-on : ubuntu-latest
55
55
steps :
56
56
- name : Initialize environment
57
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
57
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
58
58
with :
59
59
cache-node-modules : true
60
60
- name : Setup Bazel
61
- uses : angular/dev-infra/github-actions/bazel/setup@01c8c16f830d02110c28640aea16f145a7937080
61
+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
62
62
- name : Setup Bazel RBE
63
- uses : angular/dev-infra/github-actions/bazel/configure-remote@01c8c16f830d02110c28640aea16f145a7937080
63
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
64
64
- name : Install node modules
65
65
run : yarn install --frozen-lockfile
66
66
- name : Check API Goldens
@@ -75,13 +75,13 @@ jobs:
75
75
runs-on : ubuntu-latest
76
76
steps :
77
77
- name : Initialize environment
78
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
78
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
79
79
with :
80
80
cache-node-modules : true
81
81
- name : Setup Bazel
82
- uses : angular/dev-infra/github-actions/bazel/setup@01c8c16f830d02110c28640aea16f145a7937080
82
+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
83
83
- name : Setup Bazel RBE
84
- uses : angular/dev-infra/github-actions/bazel/configure-remote@01c8c16f830d02110c28640aea16f145a7937080
84
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
85
85
- name : Install node modules
86
86
run : yarn install --frozen-lockfile
87
87
- name : Run e2e tests
@@ -96,13 +96,13 @@ jobs:
96
96
runs-on : ubuntu-latest
97
97
steps :
98
98
- name : Initialize environment
99
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
99
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
100
100
with :
101
101
cache-node-modules : true
102
102
- name : Setup Bazel
103
- uses : angular/dev-infra/github-actions/bazel/setup@01c8c16f830d02110c28640aea16f145a7937080
103
+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
104
104
- name : Setup Bazel RBE
105
- uses : angular/dev-infra/github-actions/bazel/configure-remote@01c8c16f830d02110c28640aea16f145a7937080
105
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
106
106
- name : Install node modules
107
107
run : yarn install --frozen-lockfile
108
108
- name : Run integration tests
@@ -120,13 +120,13 @@ jobs:
120
120
runs-on : ubuntu-latest-4core
121
121
steps :
122
122
- name : Initialize environment
123
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
123
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
124
124
with :
125
125
cache-node-modules : true
126
126
- name : Setup Bazel
127
- uses : angular/dev-infra/github-actions/bazel/setup@01c8c16f830d02110c28640aea16f145a7937080
127
+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
128
128
- name : Setup Bazel RBE
129
- uses : angular/dev-infra/github-actions/bazel/configure-remote@01c8c16f830d02110c28640aea16f145a7937080
129
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
130
130
- name : Install node modules
131
131
run : yarn install --frozen-lockfile
132
132
- name : Run linker AOT tests
@@ -141,13 +141,13 @@ jobs:
141
141
runs-on : ubuntu-latest-4core
142
142
steps :
143
143
- name : Initialize environment
144
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
144
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
145
145
with :
146
146
cache-node-modules : true
147
147
- name : Setup Bazel
148
- uses : angular/dev-infra/github-actions/bazel/setup@01c8c16f830d02110c28640aea16f145a7937080
148
+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
149
149
- name : Setup Bazel RBE
150
- uses : angular/dev-infra/github-actions/bazel/configure-remote@01c8c16f830d02110c28640aea16f145a7937080
150
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
151
151
- name : Install node modules
152
152
run : yarn install --frozen-lockfile
153
153
- name : Run linker JIT tests
@@ -162,13 +162,13 @@ jobs:
162
162
runs-on : ubuntu-latest-16core
163
163
steps :
164
164
- name : Initialize environment
165
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
165
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
166
166
with :
167
167
cache-node-modules : true
168
168
- name : Setup Bazel
169
- uses : angular/dev-infra/github-actions/bazel/setup@01c8c16f830d02110c28640aea16f145a7937080
169
+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
170
170
- name : Setup Bazel RBE
171
- uses : angular/dev-infra/github-actions/bazel/configure-remote@01c8c16f830d02110c28640aea16f145a7937080
171
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
172
172
- name : Install node modules
173
173
run : yarn install --frozen-lockfile
174
174
- name : Run tests
@@ -183,13 +183,13 @@ jobs:
183
183
runs-on : ubuntu-latest-16core
184
184
steps :
185
185
- name : Initialize environment
186
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
186
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
187
187
with :
188
188
cache-node-modules : true
189
189
- name : Setup Bazel
190
- uses : angular/dev-infra/github-actions/bazel/setup@01c8c16f830d02110c28640aea16f145a7937080
190
+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
191
191
- name : Setup Bazel RBE
192
- uses : angular/dev-infra/github-actions/bazel/configure-remote@01c8c16f830d02110c28640aea16f145a7937080
192
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
193
193
- name : Install node modules
194
194
run : yarn install --frozen-lockfile
195
195
- name : Run tests
@@ -204,13 +204,13 @@ jobs:
204
204
runs-on : ubuntu-latest-4core
205
205
steps :
206
206
- name : Initialize environment
207
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
207
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
208
208
with :
209
209
cache-node-modules : true
210
210
- name : Setup Bazel
211
- uses : angular/dev-infra/github-actions/bazel/setup@01c8c16f830d02110c28640aea16f145a7937080
211
+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
212
212
- name : Setup Bazel RBE
213
- uses : angular/dev-infra/github-actions/bazel/configure-remote@01c8c16f830d02110c28640aea16f145a7937080
213
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
214
214
- name : Install node modules
215
215
run : yarn install --frozen-lockfile
216
216
- name : Build and Verify Release Output
@@ -235,13 +235,13 @@ jobs:
235
235
runs-on : ubuntu-latest-4core
236
236
steps :
237
237
- name : Initialize environment
238
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
238
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
239
239
with :
240
240
cache-node-modules : true
241
241
- name : Setup Bazel
242
- uses : angular/dev-infra/github-actions/bazel/setup@01c8c16f830d02110c28640aea16f145a7937080
242
+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
243
243
- name : Setup Bazel RBE
244
- uses : angular/dev-infra/github-actions/bazel/configure-remote@01c8c16f830d02110c28640aea16f145a7937080
244
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
245
245
- name : Install node modules
246
246
run : yarn install --frozen-lockfile
247
247
- name : Build and Verify Release Output
@@ -270,15 +270,15 @@ jobs:
270
270
CI_RUNNER_NUMBER : ${{ github.run_id }}
271
271
steps :
272
272
- name : Initialize environment
273
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
273
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
274
274
with :
275
275
cache-node-modules : true
276
276
- name : Install node modules
277
277
run : yarn install --frozen-lockfile
278
278
- name : Setup Bazel
279
- uses : angular/dev-infra/github-actions/bazel/setup@01c8c16f830d02110c28640aea16f145a7937080
279
+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
280
280
- name : Setup Saucelabs Variables
281
- uses : angular/dev-infra/github-actions/saucelabs@01c8c16f830d02110c28640aea16f145a7937080
281
+ uses : angular/dev-infra/github-actions/saucelabs@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
282
282
- name : Run tests on Saucelabs
283
283
run : ./scripts/circleci/run-saucelabs-tests.sh
284
284
@@ -290,14 +290,14 @@ jobs:
290
290
CI_RUNNER_NUMBER : ${{ github.run_id }}
291
291
steps :
292
292
- name : Initialize environment
293
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@01c8c16f830d02110c28640aea16f145a7937080
293
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
294
294
with :
295
295
cache-node-modules : true
296
296
- name : Install node modules
297
297
run : yarn install --frozen-lockfile
298
298
- name : Setup Bazel
299
- uses : angular/dev-infra/github-actions/bazel/setup@01c8c16f830d02110c28640aea16f145a7937080
299
+ uses : angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
300
300
- name : Setup Saucelabs Variables
301
- uses : angular/dev-infra/github-actions/browserstack@01c8c16f830d02110c28640aea16f145a7937080
301
+ uses : angular/dev-infra/github-actions/browserstack@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4
302
302
- name : Run tests on Browserstack
303
303
run : ./scripts/circleci/run-browserstack-tests.sh
0 commit comments