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@639449b40067b3c087bcda04e5eab41a3839c736
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
25
25
- name : Install node modules
26
26
run : yarn install --immutable
27
27
- name : Generate JSON schema types
@@ -42,11 +42,11 @@ jobs:
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Initialize environment
45
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
45
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
46
46
- name : Setup Bazel
47
- uses : angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
47
+ uses : angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
48
48
- name : Setup Bazel RBE
49
- uses : angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
49
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
50
50
- name : Install node modules
51
51
run : yarn install --immutable
52
52
- name : Build release targets
@@ -57,11 +57,11 @@ jobs:
57
57
runs-on : ubuntu-latest
58
58
steps :
59
59
- name : Initialize environment
60
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
60
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
61
61
- name : Setup Bazel
62
- uses : angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
62
+ uses : angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
63
63
- name : Setup Bazel RBE
64
- uses : angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
64
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
65
65
- name : Install node modules
66
66
run : yarn install --immutable
67
67
- name : Run module and package tests
@@ -92,13 +92,13 @@ jobs:
92
92
- run : choco install gzip
93
93
if : ${{matrix.os == 'windows-latest'}}
94
94
- name : Initialize environment
95
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
95
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
96
96
- name : Install node modules
97
97
run : yarn install --immutable
98
98
- name : Setup Bazel
99
- uses : angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
99
+ uses : angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
100
100
- name : Setup Bazel RBE
101
- uses : angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
101
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
102
102
- name : Run CLI E2E tests
103
103
run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
104
104
@@ -114,13 +114,13 @@ jobs:
114
114
runs-on : ${{ matrix.os }}
115
115
steps :
116
116
- name : Initialize environment
117
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
117
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
118
118
- name : Install node modules
119
119
run : yarn install --immutable
120
120
- name : Setup Bazel
121
- uses : angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
121
+ uses : angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
122
122
- name : Setup Bazel RBE
123
- uses : angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
123
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
124
124
- name : Run CLI E2E tests
125
125
run : yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
126
126
@@ -136,13 +136,13 @@ jobs:
136
136
runs-on : ${{ matrix.os }}
137
137
steps :
138
138
- name : Initialize environment
139
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
139
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
140
140
- name : Install node modules
141
141
run : yarn install --immutable
142
142
- name : Setup Bazel
143
- uses : angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
143
+ uses : angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
144
144
- name : Setup Bazel RBE
145
- uses : angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
145
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
146
146
- name : Run CLI E2E tests
147
147
run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
148
148
@@ -154,13 +154,13 @@ jobs:
154
154
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
155
155
steps :
156
156
- name : Initialize environment
157
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
157
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
158
158
- name : Install node modules
159
159
run : yarn install --immutable
160
160
- name : Setup Bazel
161
- uses : angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
161
+ uses : angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
162
162
- name : Setup Bazel RBE
163
- uses : angular/dev-infra/github-actions/bazel/configure-remote@639449b40067b3c087bcda04e5eab41a3839c736
163
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
164
164
- name : Run E2E Browser tests
165
165
env :
166
166
SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -188,11 +188,11 @@ jobs:
188
188
CIRCLE_BRANCH : ${{ github.ref_name }}
189
189
steps :
190
190
- name : Initialize environment
191
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@639449b40067b3c087bcda04e5eab41a3839c736
191
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
192
192
- name : Install node modules
193
193
run : yarn install --immutable
194
194
- name : Setup Bazel
195
- uses : angular/dev-infra/github-actions/bazel/setup@639449b40067b3c087bcda04e5eab41a3839c736
195
+ uses : angular/dev-infra/github-actions/bazel/setup@2b88e32ff2651c2a8fbbe25c3e8b1c3696a4cc6b
196
196
- run : yarn admin snapshots --verbose
197
197
env :
198
198
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments