@@ -77,8 +77,8 @@ commands:
77
77
at : *workspace_location
78
78
setup_windows :
79
79
steps :
80
- - run : nvm install 12.1 .0
81
- - run : nvm use 12.1 .0
80
+ - run : nvm install 12.13 .0
81
+ - run : nvm use 12.13 .0
82
82
-
run :
npm install -g [email protected]
83
83
- run : node --version
84
84
- run : yarn --version
@@ -255,7 +255,7 @@ jobs:
255
255
# too early without Saucelabs not being ready.
256
256
- run : ./scripts/saucelabs/wait-for-tunnel.sh
257
257
- run : PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e ./tests/legacy-cli/e2e/tests/misc/browsers.ts --ve
258
- - run : PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e ./tests/legacy-cli/e2e/tests/misc/browsers.ts
258
+ - run : PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e ./tests/legacy-cli/e2e/tests/misc/browsers.ts
259
259
- run : ./scripts/saucelabs/stop-tunnel.sh
260
260
261
261
build :
@@ -283,7 +283,7 @@ jobs:
283
283
- custom_attach_workspace
284
284
- run :
285
285
name : Decrypt Credentials
286
- # Note: when changing the image, you might have to re-encrypt the credentials with a
286
+ # Note: when changing the image, you might have to re-encrypt the credentials with a
287
287
# matching version of openssl.
288
288
# See https://stackoverflow.com/a/43847627/2116927 for more info.
289
289
command : |
@@ -324,7 +324,7 @@ jobs:
324
324
- setup_windows
325
325
# Run partial e2e suite on PRs only. Master will run the full e2e suite with sharding.
326
326
- run : if (Test-Path env:CIRCLE_PR_NUMBER) { node tests\legacy-cli\run_e2e.js "--glob={tests/basic/**,tests/i18n/extract-ivy*.ts}" }
327
-
327
+
328
328
e2e-cli-win :
329
329
executor : windows-executor
330
330
parallelism : 4
@@ -395,12 +395,12 @@ workflows:
395
395
396
396
# Bazel jobs
397
397
# These jobs only really depend on Setup, but the build job is very quick to run (~35s) and
398
- # will catch any build errors before proceeding to the more lengthy and resource intensive
398
+ # will catch any build errors before proceeding to the more lengthy and resource intensive
399
399
# Bazel jobs.
400
400
- test :
401
401
requires :
402
402
- build
403
-
403
+
404
404
# Windows jobs
405
405
# These jobs only run after their non-windows counterparts finish successfully.
406
406
# This isn't strictly necessary as there is no artifact dependency, but helps economize
@@ -419,7 +419,7 @@ workflows:
419
419
requires :
420
420
- setup-and-build-win
421
421
- e2e-cli
422
-
422
+
423
423
# Publish jobs
424
424
- snapshot_publish :
425
425
<< : *only_release_branches
@@ -453,4 +453,4 @@ workflows:
453
453
- build
454
454
- test-browsers :
455
455
requires :
456
- - build
456
+ - build
0 commit comments