We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b3af3 commit 472a4ccCopy full SHA for 472a4cc
.circleci/config.yml
@@ -495,6 +495,11 @@ commands:
495
- checkout
496
- install-dependencies
497
- update-spm-installation-commit
498
+ - run:
499
+ name: Debug - Check generate_snapshots parameter
500
+ command: |
501
+ echo "parameters.generate_snapshots value: << parameters.generate_snapshots >>"
502
+ echo "pipeline.parameters.generate_snapshots value: << pipeline.parameters.generate_snapshots >>"
503
- run:
504
name: Run backend_integration Tests
505
command: bundle exec fastlane backend_integration_tests test_plan:"<< parameters.test_plan >>"
0 commit comments