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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
45
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
46
46
- name : Setup Bazel
47
- uses : angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
47
+ uses : angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
48
48
- name : Setup Bazel RBE
49
- uses : angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
49
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
59
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
60
60
- name : Setup Bazel
61
- uses : angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
61
+ uses : angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
62
62
- name : Setup Bazel RBE
63
- uses : angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
63
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
64
64
- name : Install node modules
65
65
run : yarn install --immutable
66
66
- name : Run module and package tests
@@ -90,13 +90,13 @@ jobs:
90
90
runs-on : ${{ matrix.os }}
91
91
steps :
92
92
- name : Initialize environment
93
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
93
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
94
94
- name : Install node modules
95
95
run : yarn install --immutable
96
96
- name : Setup Bazel
97
- uses : angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
97
+ uses : angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
98
98
- name : Setup Bazel RBE
99
- uses : angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
99
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
100
100
- name : Run CLI E2E tests
101
101
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 }}
102
102
@@ -111,13 +111,13 @@ jobs:
111
111
runs-on : ${{ matrix.os }}
112
112
steps :
113
113
- name : Initialize environment
114
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
114
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
115
115
- name : Install node modules
116
116
run : yarn install --immutable
117
117
- name : Setup Bazel
118
- uses : angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
118
+ uses : angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
119
119
- name : Setup Bazel RBE
120
- uses : angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
120
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
121
121
- name : Run CLI E2E tests
122
122
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 }}
123
123
@@ -132,13 +132,13 @@ jobs:
132
132
runs-on : ${{ matrix.os }}
133
133
steps :
134
134
- name : Initialize environment
135
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
135
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
136
136
- name : Install node modules
137
137
run : yarn install --immutable
138
138
- name : Setup Bazel
139
- uses : angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
139
+ uses : angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
140
140
- name : Setup Bazel RBE
141
- uses : angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
141
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
142
142
- name : Run CLI E2E tests
143
143
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 }}
144
144
@@ -149,13 +149,13 @@ jobs:
149
149
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
150
150
steps :
151
151
- name : Initialize environment
152
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
152
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
153
153
- name : Install node modules
154
154
run : yarn install --immutable
155
155
- name : Setup Bazel
156
- uses : angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
156
+ uses : angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
157
157
- name : Setup Bazel RBE
158
- uses : angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
158
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
159
159
- name : Run E2E Browser tests
160
160
env :
161
161
SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
@@ -182,11 +182,11 @@ jobs:
182
182
CIRCLE_BRANCH : ${{ github.ref_name }}
183
183
steps :
184
184
- name : Initialize environment
185
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
185
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
186
186
- name : Install node modules
187
187
run : yarn install --immutable
188
188
- name : Setup Bazel
189
- uses : angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
189
+ uses : angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
190
190
- run : yarn admin snapshots --verbose
191
191
env :
192
192
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments