Skip to content

Commit 472a4cc

Browse files
committed
Debug command
1 parent 04b3af3 commit 472a4cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,11 @@ commands:
495495
- checkout
496496
- install-dependencies
497497
- 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 >>"
498503
- run:
499504
name: Run backend_integration Tests
500505
command: bundle exec fastlane backend_integration_tests test_plan:"<< parameters.test_plan >>"

0 commit comments

Comments
 (0)