Skip to content

Commit

Permalink
fixup! build: explore updating to rxjs 7
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalpak committed Jun 25, 2021
1 parent d831a56 commit b18dd9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ jobs:
- run: yarn --cwd aio test-pwa-score-localhost $CI_AIO_MIN_PWA_SCORE
# Check the bundle sizes.
- run: yarn --cwd aio payload-size aio-local
# Run tests with RxJS v7.
- run: yarn --cwd aio add rxjs@7 && yarn --cwd aio test --progress=false --watch=false

test_aio_tools:
executor: default-executor
Expand Down Expand Up @@ -469,6 +471,9 @@ jobs:
# Since the parallelism is set to "5", there will be five parallel CircleCI containers.
# with either "0", "1", etc as node index. This can be passed to the "--shard" argument.
- run: yarn --cwd aio example-e2e --setup --local --cliSpecsConcurrency=5 --shard=${CIRCLE_NODE_INDEX}/${CIRCLE_NODE_TOTAL}
# Run tests with RxJS v7.
- run: yarn --cwd aio/tools/examples/shared add rxjs@7 && yarn --cwd aio boilerplate:add
- run: yarn --cwd aio example-e2e --cliSpecsConcurrency=5 --shard=${CIRCLE_NODE_INDEX}/${CIRCLE_NODE_TOTAL} --exclude=upgrade-{module,phonecat}

# This job should only be run on PR builds, where `CI_PULL_REQUEST` is not `false`.
aio_preview:
Expand Down

0 comments on commit b18dd9d

Please sign in to comment.