Skip to content

Commit

Permalink
Run TraktSwift tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrocaselani committed May 14, 2019
1 parent 1b142ef commit 1ef1ac7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fastlane/Fastfile
Expand Up @@ -19,6 +19,11 @@ platform :ios do
clean: false,
code_coverage: true,
output_directory: './reports/')
scan(workspace: 'CouchTracker.xcworkspace',
scheme: 'TraktSwift',
clean: false,
code_coverage: true,
output_directory: './reports/')
end

desc 'Run tests and linters'
Expand Down

0 comments on commit 1ef1ac7

Please sign in to comment.