From 9c4bcb16ca7ece5d7b46e59d6bb658b720d398c6 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Sat, 19 Oct 2024 10:20:50 -0700 Subject: [PATCH] docs(docs-infra): re-enable adev tests (#58276) PR Close #58276 --- .github/workflows/ci.yml | 6 ++---- .github/workflows/pr.yml | 6 ++---- yarn.lock | 6 +++--- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3d1bc67f9b..22eea30f76c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,10 +85,8 @@ jobs: run: yarn install --frozen-lockfile - name: Build adev in fast mode to ensure it continues to work run: yarn bazel build //adev:build --config=release - # TODO: re-enable 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/... + - name: Run tests + run: yarn bazel test //adev/... publish-snapshots: runs-on: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 90ad01b29f5..768f9e78e1c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -114,10 +114,8 @@ jobs: run: yarn install --frozen-lockfile - name: Build adev in fast mode to ensure it continues to work run: yarn bazel build //adev:build --config=release - # TODO: re-enable 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/... + - name: Run tests + run: yarn bazel test //adev/... zone-js: runs-on: diff --git a/yarn.lock b/yarn.lock index ff3529f28e5..b02bcc5369d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -403,9 +403,9 @@ tslib "^2.3.0" "@angular/core@^19.0.0-next": - version "19.0.0-next.10" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-19.0.0-next.10.tgz#e61e28d12741bd81fb75ccd1efd1b3840f38b341" - integrity sha512-//emUO2j82yEXszfn4ml6w8zaDQkd5vHbejmyPAiL5maTDkRNlsUP4Q5DEloxLBzMksnhJkBLz1Q1f4pxXWnIA== + version "19.0.0-next.11" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-19.0.0-next.11.tgz#acd3171e0f4e5639637cdc82e2256b4a32b63ea8" + integrity sha512-szUSipRfptrUAz/boXBFbjQNebt17t6ewVADxVQN2M8ioyNxgH7oHObELDF9bHZwVOjUPESj0b2hte7pf3pGrQ== dependencies: tslib "^2.3.0"