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@27078026111b01a7202449e9788ce38f2b2e103f
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
25
25
- name : Install node modules
26
26
run : pnpm install --frozen-lockfile
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@27078026111b01a7202449e9788ce38f2b2e103f
45
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
46
46
- name : Setup Bazel
47
- uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
47
+ uses : angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
48
48
- name : Setup Bazel RBE
49
- uses : angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
49
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
50
50
- name : Install node modules
51
51
run : pnpm install --frozen-lockfile
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@27078026111b01a7202449e9788ce38f2b2e103f
60
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
61
61
- name : Setup Bazel
62
- uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
62
+ uses : angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
63
63
- name : Setup Bazel RBE
64
- uses : angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
64
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
65
65
- name : Install node modules
66
66
run : pnpm install --frozen-lockfile
67
67
- name : Run module and package tests
@@ -81,13 +81,13 @@ jobs:
81
81
runs-on : ${{ matrix.os }}
82
82
steps :
83
83
- name : Initialize environment
84
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
84
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
85
85
- name : Install node modules
86
86
run : pnpm install --frozen-lockfile
87
87
- name : Setup Bazel
88
- uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
88
+ uses : angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
89
89
- name : Setup Bazel RBE
90
- uses : angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
90
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
91
91
- name : Run CLI E2E tests
92
92
run : pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
93
93
@@ -102,7 +102,7 @@ jobs:
102
102
runs-on : ${{ matrix.os }}
103
103
steps :
104
104
- name : Initialize environment
105
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
105
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
106
106
- name : Run CLI E2E tests
107
107
uses : ./.github/shared-actions/windows-bazel-test
108
108
with :
@@ -123,13 +123,13 @@ jobs:
123
123
runs-on : ${{ matrix.os }}
124
124
steps :
125
125
- name : Initialize environment
126
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
126
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
127
127
- name : Install node modules
128
128
run : pnpm install --frozen-lockfile
129
129
- name : Setup Bazel
130
- uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
130
+ uses : angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
131
131
- name : Setup Bazel RBE
132
- uses : angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
132
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
133
133
- name : Run CLI E2E tests
134
134
run : pnpm bazel test --test_env=E2E_SHARD_TOTAL=3 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
135
135
@@ -145,13 +145,13 @@ jobs:
145
145
runs-on : ${{ matrix.os }}
146
146
steps :
147
147
- name : Initialize environment
148
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
148
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
149
149
- name : Install node modules
150
150
run : pnpm install --frozen-lockfile
151
151
- name : Setup Bazel
152
- uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
152
+ uses : angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
153
153
- name : Setup Bazel RBE
154
- uses : angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
154
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
155
155
- name : Run CLI E2E tests
156
156
run : pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
157
157
@@ -163,13 +163,13 @@ jobs:
163
163
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
164
164
steps :
165
165
- name : Initialize environment
166
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
166
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
167
167
- name : Install node modules
168
168
run : pnpm install --frozen-lockfile
169
169
- name : Setup Bazel
170
- uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
170
+ uses : angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
171
171
- name : Setup Bazel RBE
172
- uses : angular/dev-infra/github-actions/bazel/configure-remote@27078026111b01a7202449e9788ce38f2b2e103f
172
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
173
173
- name : Run E2E Browser tests
174
174
env :
175
175
SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -197,11 +197,11 @@ jobs:
197
197
CIRCLE_BRANCH : ${{ github.ref_name }}
198
198
steps :
199
199
- name : Initialize environment
200
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
200
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
201
201
- name : Install node modules
202
202
run : pnpm install --frozen-lockfile
203
203
- name : Setup Bazel
204
- uses : angular/dev-infra/github-actions/bazel/setup@27078026111b01a7202449e9788ce38f2b2e103f
204
+ uses : angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a
205
205
- run : pnpm admin snapshots --verbose
206
206
env :
207
207
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments