Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Sep 24, 2020
1 parent d6d4fe6 commit b8d5155
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ jobs:
build:

macos:
xcode: 12.0.0 # Specify the Xcode version to use
xcode: 12.0

steps:
- checkout
- run: pod install # Install CocoaPods dependencies
- run: fastlane scan # Run tests using Fastlane
- run: bundle install
- run: pod install
- run: fastlane scan

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

0 comments on commit b8d5155

Please sign in to comment.