Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeveloper committed Nov 19, 2024
1 parent 9ebca15 commit 73051b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# Checkout the code as the first step.
- checkout
- run: fastlane scan --device "iPhone 15 Pro" --result_bundle
- run: fastlane scan --device "iPhone 15 Pro" --result_bundle --output_directory test_output

# Collect XML test results data to show in the UI, and save the same XML
# files under test-results folder in the Artifacts tab
Expand Down

0 comments on commit 73051b6

Please sign in to comment.