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@fc5ef0f362c3b0373a012b58ae1bde6def471c27
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
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@fc5ef0f362c3b0373a012b58ae1bde6def471c27
45
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
46
46
- name : Setup Bazel
47
- uses : angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
47
+ uses : angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
48
48
- name : Setup Bazel RBE
49
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
49
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
50
50
- name : Install node modules
51
51
run : yarn install --immutable
52
52
- name : Build release targets
@@ -56,11 +56,11 @@ jobs:
56
56
runs-on : ubuntu-latest
57
57
steps :
58
58
- name : Initialize environment
59
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
59
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
60
60
- name : Setup Bazel
61
- uses : angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
61
+ uses : angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
62
62
- name : Setup Bazel RBE
63
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
63
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
64
64
- name : Install node modules
65
65
run : yarn install --immutable
66
66
- name : Run module tests
@@ -92,13 +92,13 @@ jobs:
92
92
runs-on : ${{ matrix.os }}
93
93
steps :
94
94
- name : Initialize environment
95
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
95
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
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@fc5ef0f362c3b0373a012b58ae1bde6def471c27
99
+ uses : angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
100
100
- name : Setup Bazel RBE
101
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
101
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
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
@@ -113,13 +113,13 @@ jobs:
113
113
runs-on : ${{ matrix.os }}
114
114
steps :
115
115
- name : Initialize environment
116
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
116
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
117
117
- name : Install node modules
118
118
run : yarn install --immutable
119
119
- name : Setup Bazel
120
- uses : angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
120
+ uses : angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
121
121
- name : Setup Bazel RBE
122
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
122
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
123
123
- name : Run CLI E2E tests
124
124
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 }}
125
125
@@ -134,13 +134,13 @@ jobs:
134
134
runs-on : ${{ matrix.os }}
135
135
steps :
136
136
- name : Initialize environment
137
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
137
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
138
138
- name : Install node modules
139
139
run : yarn install --immutable
140
140
- name : Setup Bazel
141
- uses : angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
141
+ uses : angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
142
142
- name : Setup Bazel RBE
143
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
143
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
144
144
- name : Run CLI E2E tests
145
145
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 }}
146
146
@@ -151,13 +151,13 @@ jobs:
151
151
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
152
152
steps :
153
153
- name : Initialize environment
154
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
154
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
155
155
- name : Install node modules
156
156
run : yarn install --immutable
157
157
- name : Setup Bazel
158
- uses : angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
158
+ uses : angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
159
159
- name : Setup Bazel RBE
160
- uses : angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
160
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
161
161
- name : Run E2E Browser tests
162
162
env :
163
163
SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -184,11 +184,11 @@ jobs:
184
184
CIRCLE_BRANCH : ${{ github.ref_name }}
185
185
steps :
186
186
- name : Initialize environment
187
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
187
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
188
188
- name : Install node modules
189
189
run : yarn install --immutable
190
190
- name : Setup Bazel
191
- uses : angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
191
+ uses : angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
192
192
- run : yarn admin snapshots --verbose
193
193
env :
194
194
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments