Skip to content

Commit 37c667c

Browse files
committed
wip: temporarily add tests to Windows CI
1 parent cf34494 commit 37c667c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,10 @@ jobs:
322322
# Run partial e2e suite on PRs only. Release branches will run the full e2e suite.
323323
- run:
324324
name: Execute E2E Tests
325+
# TODO: remove before merging.
325326
command: |
326327
if (Test-Path env:CIRCLE_PULL_REQUEST) {
327-
node tests\legacy-cli\run_e2e.js "--glob={tests/basic/**,tests/i18n/extract-ivy*.ts,tests/build/profile.ts,tests/test/test-sourcemap.ts,tests/misc/check-postinstalls.ts}" --nb-shards=$env:CIRCLE_NODE_TOTAL --shard=$env:CIRCLE_NODE_INDEX
328+
node tests\legacy-cli\run_e2e.js "--glob={tests/basic/**,tests/i18n/extract-ivy*.ts,tests/build/profile.ts,tests/test/test-sourcemap.ts,tests/misc/check-postinstalls.ts,tests/misc/completion.ts,tests/misc/completion-prompt.ts,tests/misc/completion-script}" --nb-shards=$env:CIRCLE_NODE_TOTAL --shard=$env:CIRCLE_NODE_INDEX
328329
} else {
329330
node tests\legacy-cli\run_e2e.js --nb-shards=$env:CIRCLE_NODE_TOTAL --shard=$env:CIRCLE_NODE_INDEX
330331
}

0 commit comments

Comments
 (0)