From b8d51558097e1a976e18f6825ccfeb49d1d1b4c3 Mon Sep 17 00:00:00 2001 From: Diogo Autilio Date: Wed, 23 Sep 2020 21:16:21 -0300 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dcf22071..bc52308c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: