From dcfa8a04f56e6df6ca7107743890af4593019dc8 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Fri, 21 Mar 2025 23:24:03 +0100 Subject: [PATCH] docs(docs-infra): disable shared-docs tests. (#60520) Those tests are currently broken until we bump the angular version (pending release). PR Close #60520 --- .github/workflows/ci.yml | 6 ++++-- .github/workflows/pr.yml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f97fa6e3006..70ca04679d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,8 +83,10 @@ jobs: uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a - name: Install node modules run: yarn install --frozen-lockfile - - name: Run tests - run: yarn bazel test //adev/... + # TODO: re-enable all tests once the next release is shipped + # Tests are broken because of https://github.com/angular/angular/issues/54858 + #- name: Run tests + # run: yarn bazel test //adev:test #//adev/... - name: Build adev in fast mode to ensure it continues to work run: yarn bazel build //adev:build --config=release diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7ed825ef717..a9512426b7c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -118,8 +118,10 @@ jobs: uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a - name: Install node modules run: yarn install --frozen-lockfile - - name: Run tests - run: yarn bazel test //adev/... + # TODO: re-enable all tests once the next release is shipped + # Tests are broken because of https://github.com/angular/angular/issues/54858 + #- name: Run tests + # run: yarn bazel test //adev:test #//adev/... - name: Build adev in fast mode to ensure it continues to work run: yarn bazel build //adev:build --config=release