Skip to content

Commit

Permalink
Update fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jan 23, 2016
1 parent 116eee5 commit 7573232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platform :ios do
end

desc "Runs all the tests"
lane :test do
lane :test_all_schemes do
scan(scheme: "Kingfisher", clean: true)
scan(scheme: "Kingfisher-OSX", clean: true)
scan(scheme: "Kingfisher-tvOS", clean: true)
Expand Down Expand Up @@ -39,7 +39,7 @@ platform :ios do
ensure_git_branch
ensure_git_status_clean

test
test_all_schemes
carthage_lint

sync_build_number_to_git
Expand Down

0 comments on commit 7573232

Please sign in to comment.