docs(docs-infra): re-enable adev tests (#58276)

PR Close #58276
This commit is contained in:
Matthieu Riegler 2024-10-19 10:20:50 -07:00 committed by Alex Rickabaugh
parent 0730d9d748
commit 9c4bcb16ca
3 changed files with 7 additions and 11 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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"