docs(docs-infra): disable shared-docs tests. (#60520)

Those tests are currently broken until we bump the angular version (pending release).

PR Close #60520
This commit is contained in:
Matthieu Riegler 2025-03-21 23:24:03 +01:00 committed by Paul Gschwendtner
parent 13d1c8ab38
commit dcfa8a04f5
2 changed files with 8 additions and 4 deletions

View file

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

View file

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