23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Initialize environment
26
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
26
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
27
27
with :
28
28
cache-node-modules : true
29
29
node-module-directories : |
@@ -60,13 +60,13 @@ jobs:
60
60
runs-on : ubuntu-latest
61
61
steps :
62
62
- name : Initialize environment
63
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
63
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
64
64
with :
65
65
cache-node-modules : true
66
66
- name : Setup Bazel
67
- uses : angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
67
+ uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
68
68
- name : Setup Bazel RBE
69
- uses : angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
69
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
70
70
- name : Install node modules
71
71
run : yarn install --frozen-lockfile
72
72
- name : Run unit tests
@@ -78,13 +78,13 @@ jobs:
78
78
runs-on : ubuntu-latest-4core
79
79
steps :
80
80
- name : Initialize environment
81
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
81
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
82
82
with :
83
83
cache-node-modules : true
84
84
- name : Setup Bazel
85
- uses : angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
85
+ uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
86
86
- name : Setup Bazel Remote Caching
87
- uses : angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
87
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
88
88
- name : Install node modules
89
89
run : yarn install --frozen-lockfile --network-timeout 100000
90
90
- name : Run CI tests for framework
@@ -94,15 +94,15 @@ jobs:
94
94
runs-on : ubuntu-latest-4core
95
95
steps :
96
96
- name : Initialize environment
97
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
97
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
98
98
with :
99
99
cache-node-modules : true
100
100
node-module-directories : |
101
101
./aio/node_modules
102
102
- name : Setup Bazel
103
- uses : angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
103
+ uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
104
104
- name : Setup Bazel RBE
105
- uses : angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
105
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
106
106
- name : Install node modules for aio
107
107
run : yarn install --cwd aio --frozen-lockfile
108
108
- name : Run AIO tests with upstream packages
@@ -115,15 +115,15 @@ jobs:
115
115
labels : ubuntu-latest-4core
116
116
steps :
117
117
- name : Initialize environment
118
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
118
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
119
119
with :
120
120
cache-node-modules : true
121
121
node-module-directories : |
122
122
./aio/node_modules
123
123
- name : Setup Bazel
124
- uses : angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
124
+ uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
125
125
- name : Setup Bazel RBE
126
- uses : angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
126
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
127
127
- name : Install node modules
128
128
run : yarn install --cwd aio --frozen-lockfile
129
129
- name : Run AIO tests with local packages
@@ -138,15 +138,15 @@ jobs:
138
138
labels : ubuntu-latest
139
139
steps :
140
140
- name : Initialize environment
141
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
141
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
142
142
with :
143
143
cache-node-modules : true
144
144
node-module-directories : |
145
145
./aio/node_modules
146
146
- name : Setup Bazel
147
- uses : angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
147
+ uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
148
148
- name : Setup Bazel RBE
149
- uses : angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
149
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
150
150
- name : Install node modules for aio
151
151
run : yarn install --cwd aio --frozen-lockfile
152
152
- name : Set the stable branch environment variable
@@ -182,13 +182,13 @@ jobs:
182
182
labels : ubuntu-latest
183
183
steps :
184
184
- name : Initialize environment
185
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
185
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
186
186
with :
187
187
cache-node-modules : true
188
188
- name : Setup Bazel
189
- uses : angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
189
+ uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
190
190
- name : Setup Bazel RBE
191
- uses : angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
191
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
192
192
- name : Install node modules
193
193
run : yarn install --frozen-lockfile
194
194
- run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -200,17 +200,17 @@ jobs:
200
200
labels : ubuntu-latest-4core
201
201
steps :
202
202
- name : Initialize environment
203
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
203
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
204
204
with :
205
205
cache-node-modules : true
206
206
node-module-directories : |
207
207
./node_modules
208
208
./packages/zone.js/node_modules
209
209
./packages/zone.js/test/typings/node_modules
210
210
- name : Setup Bazel
211
- uses : angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
211
+ uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
212
212
- name : Setup Bazel RBE
213
- uses : angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
213
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
214
214
- name : Install node modules
215
215
run : yarn install --frozen-lockfile
216
216
- run : |
@@ -251,17 +251,17 @@ jobs:
251
251
JOBS : 2
252
252
steps :
253
253
- name : Initialize environment
254
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@031962443584a0ac5cbd9d1c1b78b241453e4702
254
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
255
255
with :
256
256
cache-node-modules : true
257
257
# Checking out the pull request commit is intended here as we need to run the changed code tests.
258
258
ref : ${{ github.event.pull_request.head.sha }}
259
259
- name : Install node modules
260
260
run : yarn install --frozen-lockfile
261
261
- name : Setup Bazel
262
- uses : angular/dev-infra/github-actions/bazel/setup@031962443584a0ac5cbd9d1c1b78b241453e4702
262
+ uses : angular/dev-infra/github-actions/bazel/setup@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
263
263
- name : Setup Bazel Remote Caching
264
- uses : angular/dev-infra/github-actions/bazel/configure-remote@031962443584a0ac5cbd9d1c1b78b241453e4702
264
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1173ab9b7174e4ec6ff3a3455226ca75594edaa0
265
265
- name : Set up Sauce Tunnel Daemon
266
266
run : yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
267
267
env :
0 commit comments