@@ -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
@@ -234,7 +234,7 @@ jobs:
234
234
# too early without Saucelabs not being ready.
235
235
- run : ./scripts/saucelabs/wait-for-tunnel.sh
236
236
- run : PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e ./tests/legacy-cli/e2e/tests/misc/browsers.ts --ve
237
- - run : PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e ./tests/legacy-cli/e2e/tests/misc/browsers.ts
237
+ - run : PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e ./tests/legacy-cli/e2e/tests/misc/browsers.ts
238
238
- run : ./scripts/saucelabs/stop-tunnel.sh
239
239
240
240
build :
@@ -262,7 +262,7 @@ jobs:
262
262
- custom_attach_workspace
263
263
- install_python
264
264
- run : sudo cp .circleci/bazel.rc /etc/bazel.bazelrc
265
- - run :
265
+ - run :
266
266
command : yarn bazel:integration
267
267
no_output_timeout : 20m
268
268
@@ -273,7 +273,7 @@ jobs:
273
273
- custom_attach_workspace
274
274
- run :
275
275
name : Decrypt Credentials
276
- # Note: when changing the image, you might have to re-encrypt the credentials with a
276
+ # Note: when changing the image, you might have to re-encrypt the credentials with a
277
277
# matching version of openssl.
278
278
# See https://stackoverflow.com/a/43847627/2116927 for more info.
279
279
command : |
@@ -315,7 +315,7 @@ jobs:
315
315
- setup_windows
316
316
# Run partial e2e suite on PRs only. Master will run the full e2e suite with sharding.
317
317
- run : if (Test-Path env:CIRCLE_PR_NUMBER) { node tests\legacy-cli\run_e2e.js "--glob={tests/basic/**,tests/i18n/extract-ivy.ts}" }
318
-
318
+
319
319
e2e-cli-win :
320
320
executor : windows-executor
321
321
parallelism : 4
@@ -382,15 +382,15 @@ workflows:
382
382
383
383
# Bazel jobs
384
384
# These jobs only really depend on Setup, but the build job is very quick to run (~35s) and
385
- # will catch any build errors before proceeding to the more lengthy and resource intensive
385
+ # will catch any build errors before proceeding to the more lengthy and resource intensive
386
386
# Bazel jobs.
387
387
- test :
388
388
requires :
389
389
- build
390
390
- integration :
391
391
requires :
392
392
- build
393
-
393
+
394
394
# Windows jobs
395
395
# These jobs only run after their non-windows counterparts finish successfully.
396
396
# This isn't strictly necessary as there is no artifact dependency, but helps economize
@@ -409,7 +409,7 @@ workflows:
409
409
requires :
410
410
- setup-and-build-win
411
411
- e2e-cli
412
-
412
+
413
413
# Publish jobs
414
414
- snapshot_publish :
415
415
<< : *only_release_branches
0 commit comments