File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,6 @@ jobs:
171171 xcrun simctl list
172172 xcodebuild -scheme "SwiftUIIntrospect" -showdestinations
173173
174- - name : Reset Simulators
175- run : xcrun simctl shutdown all && xcrun simctl erase all
176-
177174 - if : ${{ matrix.platform[0] != 'watchOS' }}
178175 name : Build Showcase
179176 run : fastlane build platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }} scheme:Showcase
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ lane :test do |options|
8989 prelaunch_simulator : true ,
9090 ensure_devices_found : true ,
9191 force_quit_simulator : true ,
92+ reset_simulator : true ,
9293 disable_concurrent_testing : true ,
9394 result_bundle : true ,
9495 output_directory : Dir . pwd + "/test_output" ,
You can’t perform that action at this time.
0 commit comments