Skip to content

Commit d37f731

Browse files
committed
test(@angular/cli): add ng add e2e tests to yarn subset
1 parent 02b7862 commit d37f731

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
name: Execute CLI E2E Tests Subset with Yarn
206206
command: |
207207
mkdir /mnt/ramdisk/e2e-yarn
208-
node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} <<# parameters.ve >>--ve<</ parameters.ve >> <<# parameters.snapshots >>--ng-snapshots<</ parameters.snapshots >> --yarn --tmpdir=/mnt/ramdisk/e2e-yarn --glob="{tests/basic/**,tests/update/**}"
208+
node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} <<# parameters.ve >>--ve<</ parameters.ve >> <<# parameters.snapshots >>--ng-snapshots<</ parameters.snapshots >> --yarn --tmpdir=/mnt/ramdisk/e2e-yarn --glob="{tests/basic/**,tests/update/**,tests/commands/add/**}"
209209
210210
test-browsers:
211211
executor:

tests/legacy-cli/e2e/tests/commands/add/add-pwa-yarn.ts

-30
This file was deleted.

0 commit comments

Comments
 (0)