Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Adds names to each of the run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Kramer committed Sep 1, 2018
1 parent 82b2889 commit e8a73e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e8a73e9

Please sign in to comment.