Skip to content

Commit

Permalink
kill the simulator.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Oct 4, 2024
1 parent d2ab99b commit 6fb6c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ lane :ui_tests do |options|
if ENV.key?('CI')
# Ensure the hardware keyboard isn't attached.
sh("swift run tools simulator-keyboard disable")
sh("killall Simulator")
reset_simulator = true
end

Expand Down

0 comments on commit 6fb6c14

Please sign in to comment.