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@b015169b635123c1ab9084f604e36b6342eac171
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
45
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
46
46
- name : Setup Bazel
47
- uses : angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
47
+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
48
48
- name : Setup Bazel RBE
49
- uses : angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
49
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
60
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
61
61
- name : Setup Bazel
62
- uses : angular/dev-infra/github-actions/bazel/setup@b015169b635123c1ab9084f604e36b6342eac171
62
+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
63
63
- name : Setup Bazel RBE
64
- uses : angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
64
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
95
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
99
+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
100
100
- name : Setup Bazel RBE
101
- uses : angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
101
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
117
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
121
+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
122
122
- name : Setup Bazel RBE
123
- uses : angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
123
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
139
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
143
+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
144
144
- name : Setup Bazel RBE
145
- uses : angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
145
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
157
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
161
+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
162
162
- name : Setup Bazel RBE
163
- uses : angular/dev-infra/github-actions/bazel/configure-remote@b015169b635123c1ab9084f604e36b6342eac171
163
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
191
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0ad6a370f70638e785d6ef1f90dc6ede34684a47
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@b015169b635123c1ab9084f604e36b6342eac171
195
+ uses : angular/dev-infra/github-actions/bazel/setup@0ad6a370f70638e785d6ef1f90dc6ede34684a47
196
196
- run : yarn admin snapshots --verbose
197
197
env :
198
198
SNAPSHOT_BUILDS_GITHUB_TOKEN : ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
0 commit comments