Skip to content

Commit

Permalink
Remove unneeded fastlane logic
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdLee committed Nov 7, 2022
1 parent 9fb75ea commit b0d713e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ import "./../Submodules/WeTransfer-iOS-CI/Fastlane/shared_lanes.rb"

desc "Run the tests and prepare for Danger"
lane :test do |options|

# Remove any leftover reports before running so CI won't fail due to an existing file.
# This also helps for local running this workflow frequently.
sh("rm -rf #{ENV['PWD']}/build/reports")

test_package(
package_name: 'Mocker',
package_path: ENV['PWD'],
Expand Down

0 comments on commit b0d713e

Please sign in to comment.