File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -476,6 +476,11 @@ commands:
476476 condition :
477477 type : boolean
478478 steps :
479+ - run :
480+ name : Debug - Check generate_snapshots parameter
481+ command : |
482+ echo "create-snapshot-pr-if-needed: parameters.condition value: << parameters.condition >>"
483+ echo "create-snapshot-pr-if-needed: pipeline.parameters.generate_snapshots value: << pipeline.parameters.generate_snapshots >>"
479484 - when :
480485 condition : << parameters.condition >>
481486 steps :
@@ -495,6 +500,11 @@ commands:
495500 - checkout
496501 - install-dependencies
497502 - update-spm-installation-commit
503+ - run :
504+ name : Debug - Check generate_snapshots parameter
505+ command : |
506+ echo "parameters.generate_snapshots value: << parameters.generate_snapshots >>"
507+ echo "pipeline.parameters.generate_snapshots value: << pipeline.parameters.generate_snapshots >>"
498508 - run :
499509 name : Run backend_integration Tests
500510 command : bundle exec fastlane backend_integration_tests test_plan:"<< parameters.test_plan >>"
You can’t perform that action at this time.
0 commit comments