Skip to content

Commit 878a8f1

Browse files
committed
WIP
1 parent 82c13b3 commit 878a8f1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)