File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,29 +103,6 @@ jobs:
103103 - name : Run integration CI tests for framework
104104 run : yarn integration-tests:ci
105105
106- artifacts :
107- needs : [test]
108- if : needs.test.result == 'success'
109- runs-on : ubuntu-latest
110- steps :
111- - name : Initialize environment
112- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388
113- with :
114- cache-node-modules : true
115- - name : Setup Bazel
116- uses : angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388
117- - name : Setup Bazel Remote Caching
118- uses : angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388
119- - name : Install node modules
120- run : yarn install --frozen-lockfile --network-timeout 100000
121- - name : Build artifacts
122- run : yarn tsx ./scripts/build/build-packages-dist.mts
123- - name : Archive build artifacts
124- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
125- with :
126- name : pr-artifacts-${{ github.event.number }}
127- path : dist/packages-dist/
128-
129106 adev :
130107 runs-on :
131108 labels : ubuntu-latest-8core
You can’t perform that action at this time.
0 commit comments