We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31a82c commit 82c13b3Copy full SHA for 82c13b3
.github/workflows/ci.yml
@@ -171,6 +171,9 @@ jobs:
171
xcrun simctl list
172
xcodebuild -scheme "SwiftUIIntrospect" -showdestinations
173
174
+ - name: Reset Simulators
175
+ run: xcrun simctl shutdown all && xcrun simctl erase all
176
+
177
- if: ${{ matrix.platform[0] != 'watchOS' }}
178
name: Build Showcase
179
run: fastlane build platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }} scheme:Showcase
0 commit comments