From e8a73e978a07a39b50900a799c1f1cefcabf8786 Mon Sep 17 00:00:00 2001 From: Max Kramer Date: Sat, 1 Sep 2018 19:07:44 +0200 Subject: [PATCH] Adds names to each of the run scripts --- .circleci/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0c94b2f..617b4a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,5 +5,9 @@ jobs: xcode: 9.4.1 steps: - checkout - - run: set -o pipefail && xcodebuild test -destination "platform=iOS Simulator,name=iPhone 7" -workspace Example/SwiftLuhn.xcworkspace -scheme SwiftLuhn-Example | xcpretty - - run: pod lib lint --swift-version=4 + - run: + name: Run tests + command: xcodebuild test -destination "platform=iOS Simulator,name=iPhone 7" -workspace Example/SwiftLuhn.xcworkspace -scheme SwiftLuhn-Example | xcpretty + - run: + name: Verify valid podspec + command: pod lib lint --swift-version=4.0