24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Initialize environment
27
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
27
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
28
28
with :
29
29
cache-node-modules : true
30
30
node-module-directories : |
@@ -59,13 +59,13 @@ jobs:
59
59
runs-on : ubuntu-latest
60
60
steps :
61
61
- name : Initialize environment
62
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
62
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
63
63
with :
64
64
cache-node-modules : true
65
65
- name : Setup Bazel
66
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
66
+ uses : angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
67
67
- name : Setup Bazel RBE
68
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
68
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
69
69
- name : Install node modules
70
70
run : yarn install --frozen-lockfile
71
71
- name : Run unit tests
@@ -77,13 +77,13 @@ jobs:
77
77
runs-on : ubuntu-latest-4core
78
78
steps :
79
79
- name : Initialize environment
80
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
80
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
81
81
with :
82
82
cache-node-modules : true
83
83
- name : Setup Bazel
84
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
84
+ uses : angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
85
85
- name : Setup Bazel Remote Caching
86
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
86
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
87
87
- name : Install node modules
88
88
run : yarn install --frozen-lockfile --network-timeout 100000
89
89
- name : Run CI tests for framework
@@ -94,11 +94,11 @@ jobs:
94
94
labels : ubuntu-latest-4core
95
95
steps :
96
96
- name : Initialize environment
97
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
97
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
98
98
- name : Setup Bazel
99
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
99
+ uses : angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
100
100
- name : Setup Bazel RBE
101
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
101
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
102
102
- name : Install node modules
103
103
run : yarn install --frozen-lockfile
104
104
- name : Build adev in fast mode to ensure it continues to work
@@ -112,13 +112,13 @@ jobs:
112
112
labels : ubuntu-latest
113
113
steps :
114
114
- name : Initialize environment
115
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
115
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
116
116
with :
117
117
cache-node-modules : true
118
118
- name : Setup Bazel
119
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
119
+ uses : angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
120
120
- name : Setup Bazel RBE
121
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
121
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
122
122
- name : Install node modules
123
123
run : yarn install --frozen-lockfile
124
124
- run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -130,17 +130,17 @@ jobs:
130
130
labels : ubuntu-latest-4core
131
131
steps :
132
132
- name : Initialize environment
133
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
133
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
134
134
with :
135
135
cache-node-modules : true
136
136
node-module-directories : |
137
137
./node_modules
138
138
./packages/zone.js/node_modules
139
139
./packages/zone.js/test/typings/node_modules
140
140
- name : Setup Bazel
141
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
141
+ uses : angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
142
142
- name : Setup Bazel RBE
143
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
143
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
144
144
- name : Install node modules
145
145
run : yarn install --frozen-lockfile
146
146
- run : |
@@ -179,19 +179,19 @@ jobs:
179
179
JOBS : 2
180
180
steps :
181
181
- name : Initialize environment
182
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
182
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
183
183
with :
184
184
cache-node-modules : true
185
185
# Checking out the pull request commit is intended here as we need to run the changed code tests.
186
186
ref : ${{ github.event.pull_request.head.sha }}
187
187
- name : Install node modules
188
188
run : yarn install --frozen-lockfile
189
189
- name : Setup Bazel
190
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
190
+ uses : angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
191
191
- name : Setup Bazel Remote Caching
192
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
192
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
193
193
- name : Setup Saucelabs Variables
194
- uses : angular/dev-infra/github-actions/saucelabs@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
194
+ uses : angular/dev-infra/github-actions/saucelabs@05282ca07a85e118f4a1a598c1c591594d21df36
195
195
- name : Set up Sauce Tunnel Daemon
196
196
run : yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
197
197
env :
@@ -207,15 +207,15 @@ jobs:
207
207
SAUCE_TUNNEL_IDENTIFIER : angular-framework-${{ github.run_number }}
208
208
steps :
209
209
- name : Initialize environment
210
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
210
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
211
211
with :
212
212
cache-node-modules : true
213
213
- name : Install node modules
214
214
run : yarn install --frozen-lockfile
215
215
- name : Setup Bazel
216
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
216
+ uses : angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
217
217
- name : Setup Saucelabs Variables
218
- uses : angular/dev-infra/github-actions/saucelabs@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
218
+ uses : angular/dev-infra/github-actions/saucelabs@05282ca07a85e118f4a1a598c1c591594d21df36
219
219
- name : Starting Saucelabs tunnel service
220
220
run : ./tools/saucelabs/sauce-service.sh run &
221
221
# Build test fixtures for a test that rely on Bazel-generated fixtures. Note that disabling
@@ -256,11 +256,11 @@ jobs:
256
256
runs-on : ubuntu-latest
257
257
steps :
258
258
- name : Initialize environment
259
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
259
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@05282ca07a85e118f4a1a598c1c591594d21df36
260
260
- name : Setup Bazel
261
- uses : angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
261
+ uses : angular/dev-infra/github-actions/bazel/setup@05282ca07a85e118f4a1a598c1c591594d21df36
262
262
- name : Setup Bazel RBE
263
- uses : angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
263
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@05282ca07a85e118f4a1a598c1c591594d21df36
264
264
- name : Install node modules
265
265
run : yarn install --frozen-lockfile
266
266
- name : Build adev to ensure it continues to work
0 commit comments