mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
0730d9d748
commit
9c4bcb16ca
3 changed files with 7 additions and 11 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
6
.github/workflows/pr.yml
vendored
6
.github/workflows/pr.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue