25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Initialize environment
28
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
28
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
29
29
- name : Install node modules
30
30
run : yarn install --immutable
31
31
- name : Run ESLint
@@ -43,11 +43,11 @@ jobs:
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- name : Initialize environment
46
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
46
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
47
47
- name : Setup Bazel
48
- uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
48
+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
49
49
- name : Setup Bazel RBE
50
- uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
50
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
51
51
- name : Install node modules
52
52
run : yarn install --immutable
53
53
- 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@03b8a7dffd1205e061f0bee949024ebefc2a6592
60
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
61
61
- name : Setup Bazel
62
- uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
62
+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
63
63
- name : Setup Bazel RBE
64
- uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
64
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
65
65
- name : Install node modules
66
66
run : yarn install --immutable
67
67
- name : Run module tests
@@ -93,13 +93,13 @@ jobs:
93
93
runs-on : ${{ matrix.os }}
94
94
steps :
95
95
- name : Initialize environment
96
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
96
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
97
97
- name : Install node modules
98
98
run : yarn install --immutable
99
99
- name : Setup Bazel
100
- uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
100
+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
101
101
- name : Setup Bazel RBE
102
- uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
102
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
103
103
- name : Run CLI E2E tests
104
104
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 }}
105
105
@@ -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@03b8a7dffd1205e061f0bee949024ebefc2a6592
117
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
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@03b8a7dffd1205e061f0bee949024ebefc2a6592
121
+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
122
122
- name : Setup Bazel RBE
123
- uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
123
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
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
@@ -135,13 +135,13 @@ jobs:
135
135
runs-on : ${{ matrix.os }}
136
136
steps :
137
137
- name : Initialize environment
138
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
138
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
139
139
- name : Install node modules
140
140
run : yarn install --immutable
141
141
- name : Setup Bazel
142
- uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
142
+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
143
143
- name : Setup Bazel RBE
144
- uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
144
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
145
145
- name : Run CLI E2E tests
146
146
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 }}
147
147
@@ -152,13 +152,13 @@ jobs:
152
152
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
153
153
steps :
154
154
- name : Initialize environment
155
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
155
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
156
156
- name : Install node modules
157
157
run : yarn install --immutable
158
158
- name : Setup Bazel
159
- uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
159
+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
160
160
- name : Setup Bazel RBE
161
- uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
161
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c88496832e686b534021a01659a239a9e0976af0
162
162
- name : Run E2E Browser tests
163
163
env :
164
164
SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -185,11 +185,11 @@ jobs:
185
185
CIRCLE_BRANCH : ${{ github.ref_name }}
186
186
steps :
187
187
- name : Initialize environment
188
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
188
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c88496832e686b534021a01659a239a9e0976af0
189
189
- name : Install node modules
190
190
run : yarn install --immutable
191
191
- name : Setup Bazel
192
- uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
192
+ uses : angular/dev-infra/github-actions/bazel/setup@c88496832e686b534021a01659a239a9e0976af0
193
193
- run : yarn admin snapshots --verbose
194
194
env :
195
195
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments