@@ -366,6 +366,13 @@ commands:
366
366
# # * https://unix.stackexchange.com/questions/43945/whats-the-difference-between-various-term-variables
367
367
command : yarn check-terminal
368
368
369
+ print-ci-settings :
370
+ steps :
371
+ - run :
372
+ command : |
373
+ echo Current working directory is $PWD
374
+ echo Total containers $CIRCLE_NODE_TOTAL
375
+
369
376
install-required-node :
370
377
# https://discuss.circleci.com/t/switch-nodejs-version-on-machine-executor-solved/26675/2
371
378
description : Install Node version matching .node-version
@@ -437,13 +444,11 @@ commands:
437
444
- install-chrome :
438
445
channel : <<parameters.install-chrome-channel>>
439
446
version : $(node ./scripts/get-browser-version.js chrome:<<parameters.install-chrome-channel>>)
447
+ - print-ci-settings
440
448
- run :
441
449
environment :
442
450
CYPRESS_KONFIG_ENV : production
443
451
command : |
444
- echo Current working directory is $PWD
445
- echo Total containers $CIRCLE_NODE_TOTAL
446
-
447
452
if [[ -v MAIN_RECORD_KEY ]]; then
448
453
# internal PR
449
454
if <<parameters.experimentalSessionAndOrigin>>; then
@@ -514,11 +519,9 @@ commands:
514
519
- restore_cached_workspace
515
520
- windows-install-chrome :
516
521
browser : <<parameters.browser>>
522
+ - print-ci-settings
517
523
- run :
518
524
command : |
519
- echo Current working directory is $PWD
520
- echo Total containers $CIRCLE_NODE_TOTAL
521
-
522
525
if [[ -v MAIN_RECORD_KEY ]]; then
523
526
# internal PR
524
527
cmd=$([[ <<parameters.percy>> == 'true' ]] && echo 'yarn percy exec --parallel -- --') || true
0 commit comments