Skip to content

Commit

Permalink
ci: enable the aio_preview CircleCI job (#45935)
Browse files Browse the repository at this point in the history
This reverts commit dbc0dab, since the fix has landed in c434097.

PR Close #45935
  • Loading branch information
AndrewKushnir committed May 9, 2022
1 parent 6ec6c87 commit 13eb6ca
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .circleci/config.yml
Expand Up @@ -785,17 +785,14 @@ workflows:
- test_docs_examples:
requires:
- build-npm-packages
# NOTE: the following CI jobs are currently disabled due to CircleCI API changes
# and the jobs will be enabled again once the code is fully compatible.
# More info is available here: https://github.com/angular/angular/issues/45931
#- aio_preview:
# # Only run on PR builds. (There can be no previews for non-PR builds.)
# <<: *only_on_pull_requests
# requires:
# - setup
#- test_aio_preview:
# requires:
# - aio_preview
- aio_preview:
# Only run on PR builds. (There can be no previews for non-PR builds.)
<<: *only_on_pull_requests
requires:
- setup
- test_aio_preview:
requires:
- aio_preview
- publish_packages_as_artifacts:
requires:
- build-npm-packages
Expand Down

0 comments on commit 13eb6ca

Please sign in to comment.