Skip to content

Commit 82c13b3

Browse files
committed
WIP
1 parent e31a82c commit 82c13b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ 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+
174177
- if: ${{ matrix.platform[0] != 'watchOS' }}
175178
name: Build Showcase
176179
run: fastlane build platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }} scheme:Showcase

0 commit comments

Comments
 (0)