Skip to content

Commit

Permalink
without scan
Browse files Browse the repository at this point in the history
  • Loading branch information
ogulcan keskin committed Sep 18, 2023
1 parent 4bd84d2 commit 300dc1b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ platform :ios do

desc 'Running iOS tests using fastlane'
lane :tests do
scan
run_tests(
workspace: "Deneysiz.xcodeproj/project.xcworkspace",
scheme: "Deneysiz",
devices: ["iPhone 14"],
clean: true,
prelaunch_simulator: true,
result_bundle: true
)
end
end

0 comments on commit 300dc1b

Please sign in to comment.