Skip to content

Commit

Permalink
Fail for tests, update SwiftLint version
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdLee committed Aug 7, 2019
1 parent 175de91 commit 0e8f5e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Submodules/WeTransfer-iOS-CI
3 changes: 3 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ lane :test do |options|
project: "#{options[:project_name]}.xcodeproj",
device: "iPhone 7",
clean: true,
fail_build: false,
code_coverage: true,
formatter: "xcpretty-json-formatter"
)
rescue => ex
UI.error("Tests failed: #{ex}")
end

trainer(output_directory: "build/reports/", fail_build: false)

validate_changes(project_name: options[:project_name])
end

0 comments on commit 0e8f5e5

Please sign in to comment.