Skip to content

Commit c87f367

Browse files
ci: remove artifacts job (angular#62291)
Remove the artifacts job. PR Close angular#62291
1 parent 349719c commit c87f367

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

.github/workflows/pr.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)